Skip to content

Commit 01d7f51

Browse files
Update actions/checkout action to v5 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54037de commit 01d7f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Check out code
40-
uses: actions/checkout@v4 # v4
40+
uses: actions/checkout@v5
4141
- name: Install Chef
4242
uses: actionshub/chef-install@main
4343
- name: Dokken
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macos-latest
5555
steps:
5656
- name: Check out code
57-
uses: actions/checkout@v4 # v4
57+
uses: actions/checkout@v5
5858
- name: Install Chef
5959
uses: actionshub/chef-install@main
6060
- name: Kitchen Test

0 commit comments

Comments
 (0)