Skip to content

Commit 40d4d25

Browse files
Update Actions to v8
1 parent e0cbe40 commit 40d4d25

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
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
lint-unit:
11-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.0
1212
permissions:
1313
actions: write
1414
checks: write
@@ -65,7 +65,7 @@ jobs:
6565
- name: Check out code
6666
uses: actions/checkout@v6
6767
- name: Install Chef
68-
uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0
68+
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0
6969
- name: Dokken
7070
run: kitchen test ${{ matrix.suite }}-${{ matrix.os }} --destroy=always
7171
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@6.0.0
14+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.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@v6
2121
- name: Install Chef
22-
uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0
22+
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0
2323
- name: Install cookbooks
2424
run: berks install

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
prevent-file-change:
1414
permissions:
1515
pull-requests: write
16-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0
16+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.0
1717
secrets:
1818
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@6.0.0
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.0
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)