diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 183f0bc..31f67c1 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@6.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.0 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@6.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0 - name: Dokken uses: actionshub/test-kitchen@3.0.0 env: @@ -78,7 +78,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0 - name: test-kitchen uses: actionshub/test-kitchen@3.0.0 env: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0e8d908..1d27a15 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,6 +11,6 @@ name: conventional-commits jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.0 permissions: pull-requests: read diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2bbd6ad..1353f00 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,6 +19,6 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Install Chef - uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0 + uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0 - name: Install cookbooks run: berks install diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 5d180fa..e6c3065 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -11,7 +11,7 @@ name: prevent-file-change jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.0 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e892f26..00d0c40 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@6.0.0 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.0 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}