Skip to content

Commit d50932c

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 b7e3743 commit d50932c

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
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
18-
- uses: j178/prek-action@v1
18+
- uses: j178/prek-action@v2
1919
with:
2020
install-only: true
2121
- 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
@@ -15,6 +15,6 @@ jobs:
1515
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
18-
- uses: j178/prek-action@v1
18+
- uses: j178/prek-action@v2
1919
with:
2020
extra-args: --all-files

0 commit comments

Comments
 (0)