Skip to content

Commit 50bd425

Browse files
Update sous-chefs/.github action to v6 (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f751e4 commit 50bd425

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@5.0.8
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0
1212
permissions:
1313
actions: write
1414
checks: write

.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@5.0.8
14+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ name: prevent-file-change
1111

1212
jobs:
1313
prevent-file-change:
14-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.8
14+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0
1515
secrets:
1616
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)