Skip to content

Commit cf05d45

Browse files
⬆ Bump pre-commit/action from 3.0.0 to 3.0.1 (#534)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f377c1d commit cf05d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Dependencies
2424
run: pip install -r requirements/pyproject.txt && pip install -r requirements/linting.txt
25-
- uses: pre-commit/[email protected].0
25+
- uses: pre-commit/[email protected].1
2626
with:
2727
extra_args: --all-files --verbose
2828

0 commit comments

Comments
 (0)