Skip to content

Commit aad8d2f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3535
steps:
3636
- name: Check out code
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Install Chef
3939
uses: actionshub/[email protected]
4040
- 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)