From 1cff76531bbf013e9a2b693ef1090e4e1ce7b9da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:56:10 +0000 Subject: [PATCH] Update Actions to v8.0.2 --- .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 b86e280..0828bcd 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.2 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index f279f11..5224f68 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.2 permissions: pull-requests: read secrets: inherit diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index ffb977c..d798fce 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.2 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5096863..fe2dca8 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.1 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.2 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}