Skip to content

Commit 0e956a2

Browse files
chore(deps): bump pre-commit/action from 2.0.3 to 3.0.0 (#3992)
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2dcd95 commit 0e956a2

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v3
2525
- name: Add matchers
2626
run: echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
27-
- uses: pre-commit/action@v2.0.3
27+
- uses: pre-commit/action@v3.0.0
2828
with:
2929
# Slow hooks are marked with manual - slow is okay here, run them too
3030
extra_args: --hook-stage manual --all-files

0 commit comments

Comments
 (0)