Skip to content

Commit 2850c7f

Browse files
Update Actions (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbd39d8 commit 2850c7f

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
@@ -47,9 +47,9 @@ jobs:
4747
- name: Check out code
4848
uses: actions/checkout@v4
4949
- name: Install Chef
50-
uses: actionshub/chef-install@2.0.4
50+
uses: actionshub/chef-install@3.0.0
5151
- name: Dokken
52-
uses: actionshub/test-kitchen@2.1.0
52+
uses: actionshub/test-kitchen@3.0.0
5353
env:
5454
CHEF_LICENSE: accept-no-persist
5555
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)