Skip to content

Commit 8b48136

Browse files
Update sous-chefs/.github action to v6 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfe847b commit 8b48136

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
permissions:
1414
actions: write
1515
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)