File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
@@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
target : " ${{ matrix.os == 'windows-2022' && 'i686-pc-windows-msvc' || ( matrix.arch == 'arm64' && 'aarch64-apple-darwin' || 'x86_64-apple-darwin') }}"
114
114
- name : Set up Python 3.13
115
- uses : actions/setup-python@v5
115
+ uses : actions/setup-python@v6
116
116
with :
117
117
python-version : 3.13
118
118
- name : Upgrade pip
@@ -143,7 +143,7 @@ jobs:
143
143
- name : Download wheels
144
144
uses : actions/download-artifact@v5
145
145
- name : Set up Python 3.13
146
- uses : actions/setup-python@v5
146
+ uses : actions/setup-python@v6
147
147
with :
148
148
python-version : 3.13
149
149
- name : Upgrade pip
You can’t perform that action at this time.
0 commit comments