We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd39d8 commit 2850c7fCopy full SHA for 2850c7f
.github/workflows/ci.yml
@@ -47,9 +47,9 @@ jobs:
47
- name: Check out code
48
uses: actions/checkout@v4
49
- name: Install Chef
50
- uses: actionshub/chef-install@2.0.4
+ uses: actionshub/chef-install@3.0.0
51
- name: Dokken
52
- uses: actionshub/test-kitchen@2.1.0
+ uses: actionshub/test-kitchen@3.0.0
53
env:
54
CHEF_LICENSE: accept-no-persist
55
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
.github/workflows/stale.yml
@@ -8,7 +8,7 @@ jobs:
8
stale:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/stale@v8
+ - uses: actions/stale@v9
12
with:
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
close-issue-message: >
0 commit comments