diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 911c899..0b2f7e2 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@5.0.8 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0 permissions: actions: write checks: write @@ -37,7 +37,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Chef uses: actionshub/chef-install@main - name: Dokken @@ -54,7 +54,7 @@ jobs: runs-on: macos-latest steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Chef uses: actionshub/chef-install@main - name: Kitchen Test diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 839260b..09ccfaf 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.8 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 3fa3ae3..dfc8e8f 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Chef uses: actionshub/chef-install@main - name: Install cookbooks diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index abbb46d..80d64d7 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.8 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4db4a8d..fcd769a 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.8 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@6.0.0 secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}