diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26a6bd1..ddc7fb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,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@9.0.0 permissions: contents: read checks: write @@ -35,7 +35,7 @@ jobs: - name: Check out code uses: actions/checkout@v7 - name: Install Cinc Workstation - uses: sous-chefs/.github/.github/actions/install-workstation@8.0.2 + uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0 - name: Dokken uses: actionshub/test-kitchen@3.0.0 env: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0c5a3df..08ba187 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@8.0.2 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0 permissions: pull-requests: read diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2d3c93f..78f0971 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@v7 - name: Install Cinc Workstation - uses: sous-chefs/.github/.github/actions/install-workstation@8.0.2 + uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0 - name: Install cookbooks run: chef install Policyfile.rb diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 367fafb..bdc9030 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@8.0.2 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b0d3e6..21aedb0 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@9.0.0 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}