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 4b2193e commit f856be5Copy full SHA for f856be5
.github/workflows/lint.yml
@@ -13,5 +13,5 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
17
- uses: pre-commit/action@v3.0.1
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
with:
30
python-version: ${{ matrix.python-version }}
31
0 commit comments