Skip to content

Commit 89d0d20

Browse files
committed
fix(ci): pin lint-unit to 5.0.8, restore actionshub/chef-install for Dokken
The shared workflow 5.0.8 uses Ruby/Bundler instead of chef-install for lint-unit. Dokken still needs Chef's mixlib-install to resolve 'chef' product in containers.
1 parent c545002 commit 89d0d20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: ci
99

1010
jobs:
1111
lint-unit:
12-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.8
1313
permissions:
1414
actions: write
1515
checks: write
@@ -40,11 +40,12 @@ jobs:
4040
steps:
4141
- name: Check out code
4242
uses: actions/checkout@v6
43-
- name: Install Workstation
44-
uses: sous-chefs/.github/.github/actions/install-workstation@main
43+
- name: Install Chef
44+
uses: actionshub/chef-install@main
4545
- name: Dokken
4646
uses: actionshub/test-kitchen@3.0.0
4747
env:
48+
CHEF_LICENSE: accept-no-persist
4849
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
4950
with:
5051
suite: ${{ matrix.suite }}

0 commit comments

Comments
 (0)