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 3bbb423 commit 561c038Copy full SHA for 561c038
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Set up python ${{ matrix.python-version }}
24
id: setup-python
25
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
.github/workflows/python-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Set up python 3.11
19
20
21
python-version: '3.11'
0 commit comments