Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/prevent-file-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading