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 a0920fd commit 0718f7cCopy full SHA for 0718f7c
.github/workflows/api-check.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Setup Python
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
with:
29
python-version: '3.11'
30
.github/workflows/python-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
- name: Setup python
57
58
if: matrix.python_version != 'msys2'
59
60
python-version: ${{ matrix.python_version }}
0 commit comments