File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
submodules : true
22
22
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
architecture : ${{ matrix.arch }}
56
56
submodules : true
57
57
58
58
- name : Set up Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@v4
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : ${{ matrix.python-version }}
62
62
90
90
submodules : true
91
91
92
92
- name : Set up Python ${{ matrix.python-version }}
93
- uses : actions/setup-python@v4
93
+ uses : actions/setup-python@v5
94
94
with :
95
95
python-version : ${{ matrix.python-version }}
96
96
Original file line number Diff line number Diff line change 17
17
with :
18
18
submodules : true
19
19
20
- - uses : actions/setup-python@v4
20
+ - uses : actions/setup-python@v5
21
21
name : Install Python
22
22
with :
23
23
python-version : ' 3.10'
@@ -159,7 +159,7 @@ jobs:
159
159
with :
160
160
platforms : arm64
161
161
162
- - uses : actions/setup-python@v4
162
+ - uses : actions/setup-python@v5
163
163
name : Install Python
164
164
with :
165
165
python-version : ' 3.9'
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
steps :
201
201
- name : Set up Python ${{ matrix.python-version }}
202
- uses : actions/setup-python@v4
202
+ uses : actions/setup-python@v5
203
203
with :
204
204
python-version : ${{ matrix.python-version }}
205
205
You can’t perform that action at this time.
0 commit comments