Skip to content

Commit ca3fc00

Browse files
committed
fix: use sous-chefs workstation installer
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent fcd9384 commit ca3fc00

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
steps:
3939
- name: Check out code
4040
uses: actions/checkout@v6
41-
- name: Install Chef
42-
uses: actionshub/chef-install@main
41+
- name: Install Cinc Workstation
42+
uses: sous-chefs/.github/.github/actions/install-workstation@main
4343
- name: Dokken
4444
uses: actionshub/test-kitchen@main
4545
env:

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Check out code
2020
uses: actions/checkout@v6
21-
- name: Install Chef
22-
uses: actionshub/chef-install@main
21+
- name: Install Cinc Workstation
22+
uses: sous-chefs/.github/.github/actions/install-workstation@main
2323
- name: Install cookbooks
2424
run: berks install

kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
driver:
33
name: dokken
44
privileged: true
5-
chef_image: chef/chefworkstation
5+
chef_image: chef/chef
66
chef_version: current
77

88
provisioner:

0 commit comments

Comments
 (0)