From df7f31ac6851bff0cdc359f5da75c5c18146bfdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 10:45:21 +0000 Subject: [PATCH] chore(deps): update sous-chefs/.github action to v9.0.1 --- .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 08b47e1b..d0d9eeae 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@9.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.1 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@9.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@9.0.1 - name: Dokken uses: actionshub/test-kitchen@main env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd814d3c..53305500 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@9.0.0 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.1 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}