From 29abdfec3f424231fa94fd65b5e75bcded63e169 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 9 Jun 2026 12:21:49 +0100 Subject: [PATCH] ci: use sous-chefs workflows 8.0.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7940de..975ffe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 - name: Dokken uses: actionshub/test-kitchen@3.0.0 env: diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2bbd6ad..42a2147 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,6 +19,6 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 - name: Install cookbooks run: berks install