Skip to content

Commit bca4b36

Browse files
chore(deps): bump pre-commit/action from v2.0.2 to v2.0.3 (#2964)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from v2.0.2 to v2.0.3. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.2...9b88afc) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e4804b commit bca4b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-python@v2
22-
- uses: pre-commit/[email protected].2
22+
- uses: pre-commit/[email protected].3
2323
with:
2424
# Slow hooks are marked with manual - slow is okay here, run them too
2525
extra_args: --hook-stage manual --all-files

0 commit comments

Comments
 (0)