diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6afd20..da5baed 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.2 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.4 permissions: checks: write pull-requests: write @@ -46,7 +46,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@8.0.2 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4 - name: Dokken uses: actionshub/test-kitchen@main env: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 5224f68..298e1d0 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -7,7 +7,7 @@ name: 'Validate PR' jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.2 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.4 permissions: pull-requests: read secrets: inherit diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index d798fce..53bcc09 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -7,7 +7,7 @@ name: 'Prevent file change' jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.2 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.4 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe2dca8..7334bb5 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.2 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.4 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}