diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dce72f..cf4a6bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 524876f..09ccfaf 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,4 +11,4 @@ name: conventional-commits jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index b0d59ba..c070228 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -18,6 +18,6 @@ jobs: permissions: contents: read pull-requests: write - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0 secrets: token: ${{ secrets.GITHUB_TOKEN }}