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 1585ef3 commit 6a953c8Copy full SHA for 6a953c8
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- "3.11"
20
steps:
21
- uses: actions/checkout@v2
22
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
- run: python -m pip install --upgrade build pip
0 commit comments