Skip to content

Commit f33def2

Browse files
authored
Update pre-commit.yml
bump version
1 parent d4d15f7 commit f33def2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v3
15-
- uses: pre-commit/action@v2.0.3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v4.7.1
15+
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)