Skip to content

Commit 64feca8

Browse files
chore: Bump pre-commit/action from 3.0.0 to 3.0.1 (#75)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dc6749 commit 64feca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
23-
- uses: pre-commit/action@v3.0.0
23+
- uses: pre-commit/action@v3.0.1
2424
with:
2525
extra_args: --hook-stage manual --all-files
2626
- name: Run PyLint

0 commit comments

Comments
 (0)