Skip to content

Commit af5f3e4

Browse files
Update sous-chefs/.github action to v6
1 parent 5332a96 commit af5f3e4

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
@@ -9,7 +9,7 @@ name: ci
99

1010
jobs:
1111
lint-unit:
12-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.8
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0
1313
with:
1414
platform: windows-latest
1515
permissions:

.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.8
10+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.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@5.0.8
10+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0
1111
permissions:
1212
pull-requests: write
1313
secrets:

0 commit comments

Comments
 (0)