diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06e1792..3c2493c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ name: CI jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.5 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 524876f..d4eb430 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.3 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.5 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 0cfd639..20b2a79 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.3 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.5 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f76a36a..4e645f4 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@5.0.3 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.5 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}