From fe9b05d0ce6abd0ebe9c3e8239fca8eeb6131a7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:35:54 +0000 Subject: [PATCH] chore(deps): update sous-chefs/.github action to v9 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 256d7fec..08b47e1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: "Test" jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.4 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0 permissions: checks: write pull-requests: write @@ -51,7 +51,7 @@ jobs: - name: Check out code uses: actions/checkout@v7 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4 + uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0 - name: Dokken uses: actionshub/test-kitchen@main env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7334bb52..bd814d3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ permissions: jobs: release: - uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.4 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.0 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}