Skip to content

Commit dc3d15b

Browse files
Update Actions to v8.0.2 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ba406d commit dc3d15b

4 files changed

Lines changed: 5 additions & 5 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@8.0.1
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.2
1212
permissions:
1313
actions: write
1414
checks: write
@@ -34,7 +34,7 @@ jobs:
3434
- name: Check out code
3535
uses: actions/checkout@v5
3636
- name: Install Cinc Workstation
37-
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1
37+
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.2
3838
- name: Dokken
3939
uses: actionshub/test-kitchen@main
4040
env:

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions:
1414

1515
jobs:
1616
conventional-commits:
17-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.1
17+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ permissions:
1414

1515
jobs:
1616
prevent-file-change:
17-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1
17+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.2
1818
secrets:
1919
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.1
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.2
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)