diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca32a811..9fa4e3a0 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.4 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 8a78bc8b..a9351f07 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.4 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index c8c3eef5..067819a8 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.4 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5096863d..7334bb52 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@8.0.1 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.4 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}