From b3665ebfd258b341d7e2151a5560c9f13c9f46cc Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 9 Jun 2026 10:01:46 +0100 Subject: [PATCH] ci: use sous-chefs workflows 8.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 183f0bc2..41f2b798 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@6.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.1 permissions: checks: write pull-requests: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0e8d9084..e9cc442a 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,6 +11,6 @@ name: conventional-commits jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.1 permissions: pull-requests: read diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 5d180fa5..112170e2 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -11,7 +11,7 @@ name: prevent-file-change jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e892f260..521b13c7 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@6.0.0 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.1 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}