Skip to content

Commit bf23794

Browse files
build(deps): bump j178/prek-action
Bumps the github-actions-dependencies group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 1 to 2 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@v1...v2) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb7d0b8 commit bf23794

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
1515
uses: actions/checkout@v6
16-
- uses: j178/prek-action@v1
16+
- uses: j178/prek-action@v2
1717
with:
1818
install-only: true
1919
- name: Run manual pre-commit hooks

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
1515
uses: actions/checkout@v6
16-
- uses: j178/prek-action@v1
16+
- uses: j178/prek-action@v2
1717
with:
1818
extra-args: --all-files

0 commit comments

Comments
 (0)