Skip to content

Commit ca1e97f

Browse files
build(deps): bump pre-commit/action from 3.0.0 to 3.0.1
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>
1 parent ae46173 commit ca1e97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install -r dev-requirements.txt
2525
2626
- name: Run pre-commit
27-
uses: pre-commit/action@v3.0.0
27+
uses: pre-commit/action@v3.0.1
2828
with:
2929
extra_args: --verbose --all-files
3030

0 commit comments

Comments
 (0)