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.
2 parents 931cdbd + c4b5f31 commit 02f031bCopy full SHA for 02f031b
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.runs-on }}
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
35
with:
36
python-version: ${{ env.python-version }}
37
cache: ${{ env.cache }}
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments