Skip to content

Commit 360c7a2

Browse files
Update Actions (#531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 076c350 commit 360c7a2

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
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Check out code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: Install Chef
4949
uses: actionshub/chef-install@3.0.0
5050
- name: test-kitchen

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v9
11+
- uses: actions/stale@v10
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
close-issue-message: >

0 commit comments

Comments
 (0)