Skip to content

Commit 908b501

Browse files
feat(ci): Update pre-commit actions due to deprecation
1 parent 23d3a43 commit 908b501

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
@@ -8,6 +8,6 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
13-
- uses: pre-commit/action@v2.0.3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5.2.0
13+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)