diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e8bb4d0..a8945b4c 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.5 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.8 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index d4eb430e..839260ba 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.5 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.8 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 20b2a793..abbb46da 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.5 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.8 secrets: token: ${{ secrets.GITHUB_TOKEN }}