Skip to content

Commit 2532904

Browse files
Update Actions (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 629b1b7 commit 2532904

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Check out code
4040
uses: actions/checkout@v4
4141
- name: Install Chef
42-
uses: actionshub/chef-install@2.0.4
42+
uses: actionshub/chef-install@3.0.0
4343
- name: Dokken
44-
uses: actionshub/test-kitchen@2.1.0
44+
uses: actionshub/test-kitchen@3.0.0
4545
env:
4646
CHEF_LICENSE: accept-no-persist
4747
KITCHEN_LOCAL_YAML: kitchen.dokken.yml

.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@v8
11+
- uses: actions/stale@v9
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
close-issue-message: >

0 commit comments

Comments
 (0)