From 71d3851353d2e629e2c1a585c6e001a1badea4aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 10:54:11 +0000 Subject: [PATCH] Update sous-chefs/.github action to v9.0.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/prevent-file-change.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea8d5a..2517f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci 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 with: platform: windows-latest permissions: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 27c3109..51d2f1b 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,4 +11,4 @@ name: conventional-commits jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.1 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 38b22df..37bc165 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -11,6 +11,6 @@ name: prevent-file-change jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.1 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd814d3..5330550 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 }}