Skip to content

Commit 76c84d6

Browse files
committed
ci: use sous-chefs workflows 8.0.0
1 parent f8976b3 commit 76c84d6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@main
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.0
1212
permissions:
1313
actions: write
1414
checks: write
@@ -78,8 +78,8 @@ jobs:
7878
steps:
7979
- name: Check out code
8080
uses: actions/checkout@v5
81-
- name: Install Chef
82-
uses: actionshub/chef-install@main
81+
- name: Install Cinc Workstation
82+
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.0
8383
- name: Dokken
8484
uses: actionshub/test-kitchen@main
8585
env:

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Validate PR'
77

88
jobs:
99
conventional-commits:
10-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
10+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.0
1111
permissions:
1212
pull-requests: read
1313
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "Prevent file change"
77

88
jobs:
99
prevent-file-change:
10-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@main
10+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.0
1111
permissions:
1212
pull-requests: write
1313
secrets:

.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.1
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)