From 2f318444bbbb5a84fa3eb7c040a9768348865ddb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:40:46 +0000 Subject: [PATCH] chore(deps): update sous-chefs/.github action to v5.0.4 --- .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 ff3fb7625..c51a3f862 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@5.0.3 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.4 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index c66727f7f..b792533fc 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -7,7 +7,7 @@ name: 'Validate PR' jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.4 permissions: pull-requests: read secrets: inherit diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 448436e0e..1426fe2c9 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -7,7 +7,7 @@ name: 'Prevent file change' jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.4 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fb5d521d..847736b8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ permissions: jobs: release-cookbook: - uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.4 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}