We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53771ea + 8b6997c commit fe39b03Copy full SHA for fe39b03
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: 'recursive'
18
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
.github/workflows/cibuildwheels.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Install Python
33
34
35
python-version: '3.11'
36
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
110
name: Setup Python
111
112
0 commit comments