From 6edfe4037d5da09fb75b6170edbed7562b6b71c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:32:27 +0000 Subject: [PATCH] Update Actions to v8 --- .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