Skip to content

Commit

Permalink
Update standardfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Nov 1, 2023
1 parent 6f30f11 commit d5da02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/[email protected]
- name: test-kitchen
Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/[email protected]
- name: test-kitchen
Expand Down

0 comments on commit d5da02f

Please sign in to comment.