We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3fa9d + 3d30712 commit 29037d3Copy full SHA for 29037d3
2 files changed
.github/workflows/testing.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v5
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.python-version }}
34
.github/workflows/wheels.yml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
44
45
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
46
name: Install Python
47
48
python-version: '3.10'
0 commit comments