Skip to content

Commit 587caad

Browse files
chore(deps): update pre-commit/action action to v3.0.1
1 parent 93758e2 commit 587caad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
.venv/bin/python3 -m pip install -Ur .github/requirements.txt
3636
- run: .venv/bin/gitlint --commits "origin/$GITHUB_BASE_REF..HEAD"
3737
if: github.event_name == 'pull_request'
38-
- uses: pre-commit/[email protected].0
38+
- uses: pre-commit/[email protected].1
3939

4040
test:
4141
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)