From a6a95b0f2e3b53538720bd945a3d9c97d12aebb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:02:52 +0000 Subject: [PATCH] Update sous-chefs/.github action to v5.1.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/prevent-file-change.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ebe478..f369eb5 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.8 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.1.0 with: platform: windows-latest permissions: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 839260b..306157e 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@5.0.8 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.1.0 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index abbb46d..e7a071e 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@5.0.8 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.1.0 secrets: token: ${{ secrets.GITHUB_TOKEN }}