Skip to content

Commit 13c7cf9

Browse files
Merge pull request #72 from jupyter-server/dependabot/github_actions/pre-commit/action-3.0.0
Bump pre-commit/action from 2.0.0 to 3.0.0
2 parents 65970de + b1012ed commit 13c7cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-python@v4
16-
- uses: pre-commit/action@v2.0.0
16+
- uses: pre-commit/action@v3.0.0
1717
with:
1818
extra_args: --all-files --hook-stage=manual
1919
- name: Help message if pre-commit fail

0 commit comments

Comments
 (0)