Skip to content

Commit 8395a4a

Browse files
chore(deps): update actions to v6 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56f7181 commit 8395a4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282

8383
steps:
8484
- name: Check out code
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686
- name: Install Chef
87-
uses: actionshub/chef-install@3.0.1
87+
uses: actionshub/chef-install@6.0.0
8888
- name: Dokken
8989
uses: actionshub/test-kitchen@3.0.0
9090
env:

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Install Chef
2222
uses: actionshub/chef-install@main
2323
- name: Install cookbooks

0 commit comments

Comments
 (0)