We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b567bb commit 03c6800Copy full SHA for 03c6800
.github/workflows/release.yml
@@ -10,8 +10,8 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
15
with:
16
python-version: '3.10'
17
@@ -29,8 +29,8 @@ jobs:
29
- test
30
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
31
32
33
34
35
36
requirements-dev.txt
@@ -1 +1 @@
1
-pre-commit==3.8.0
+pre-commit==4.0.1
0 commit comments