Skip to content

Commit 2afc726

Browse files
chore(deps): update actions/checkout action to v6 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 443c8dc commit 2afc726

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
@@ -35,7 +35,7 @@ jobs:
3535

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