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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.1
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.4
with:
platform: windows-latest
permissions:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v6
- name: Install Cinc Workstation
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4
- name: test-kitchen
uses: actionshub/test-kitchen@main
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 @@ -7,7 +7,7 @@ name: 'Validate PR'

jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.1
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.4
permissions:
pull-requests: read
secrets: inherit
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 Cinc Workstation
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4
- 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 @@ -7,7 +7,7 @@ name: 'Prevent file change'

jobs:
prevent-file-change:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.4
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@8.0.1
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.4
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
Expand Down
Loading