Skip to content

Commit d2e2ecf

Browse files
chore(deps): update actions/checkout action to v6
1 parent b2e4272 commit d2e2ecf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out code
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@v6
8686
- name: Install Chef
8787
uses: actionshub/chef-install@3.0.1
8888
- name: Dokken

.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)