Skip to content

Commit bcb2ce3

Browse files
committed
Upgrade pre-commit action
1 parent d8084e3 commit bcb2ce3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/pre-commit.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
with:
14-
fetch-depth: 0
15-
- uses: actions/setup-python@v2
16-
- uses: pre-commit/[email protected]
17-
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v3
14+
- uses: pre-commit/[email protected]
1915
# vim: set sw=2 ts=2:
2016

0 commit comments

Comments
 (0)