Skip to content

Commit a19aa08

Browse files
chore(deps): update sous-chefs/.github action to v9
1 parent 9ac3e1b commit a19aa08

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: ci
99

1010
jobs:
1111
lint-unit:
12-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.4
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0
1313
permissions:
1414
actions: write
1515
checks: write
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check out code
4040
uses: actions/checkout@v7
4141
- name: Install Cinc Workstation
42-
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4
42+
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
4343
- name: Dokken
4444
uses: actionshub/test-kitchen@main
4545
env:

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: conventional-commits
1111

1212
jobs:
1313
conventional-commits:
14-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.4
14+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Check out code
2020
uses: actions/checkout@v7
2121
- name: Install Cinc Workstation
22-
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.4
22+
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
2323
- name: Install cookbooks
2424
run: chef install Policyfile.rb

.github/workflows/prevent-file-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
permissions:
1919
contents: read
2020
pull-requests: write
21-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.4
21+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0
2222
secrets:
2323
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
release:
19-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.4
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.0
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)