From e7f7d7bf445515225e65b10486a3bc3d91832f1e Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 9 Jun 2026 12:22:35 +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 e7734cf..05ff542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Cinc Workstation - uses: sous-chefs/.github/.github/actions/install-workstation@main + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 - name: test-kitchen uses: actionshub/test-kitchen@main env: diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 10df759..54e4bb7 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 Cinc Workstation - uses: sous-chefs/.github/.github/actions/install-workstation@main + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1 - name: Install cookbooks run: berks install