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 81b0020 commit 7255f3dCopy full SHA for 7255f3d
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ name: ci
8
9
jobs:
10
lint-unit:
11
- uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
+ uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.8
12
permissions:
13
actions: write
14
checks: write
@@ -33,8 +33,8 @@ jobs:
33
steps:
34
- name: Check out code
35
uses: actions/checkout@v5
36
- - name: Install Chef
37
- uses: actionshub/chef-install@main
+ - name: Install Cinc Workstation
+ uses: sous-chefs/.github/.github/actions/install-workstation@main
38
- name: Dokken
39
uses: actionshub/test-kitchen@main
40
env:
0 commit comments