From 9c194eefb3623b9a4287905a318c64782a688278 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 9 Jun 2026 10:05:20 +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 113d819..c7940de 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: contents: read checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0e8d908..e9cc442 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 5d180fa..112170e 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 fb4d96f..7b37852 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 }}