File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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@v2
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
architecture : ${{ matrix.arch }}
58
58
submodules : true
59
59
60
60
- name : Set up Python ${{ matrix.python-version }}
61
- uses : actions/setup-python@v2
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
94
94
submodules : true
95
95
96
96
- name : Set up Python ${{ matrix.python-version }}
97
- uses : actions/setup-python@v2
97
+ uses : actions/setup-python@v5
98
98
with :
99
99
python-version : ${{ matrix.python-version }}
100
100
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'
@@ -142,7 +142,7 @@ jobs:
142
142
with :
143
143
platforms : arm64
144
144
145
- - uses : actions/setup-python@v4
145
+ - uses : actions/setup-python@v5
146
146
name : Install Python
147
147
with :
148
148
python-version : ' 3.9'
@@ -241,7 +241,7 @@ jobs:
241
241
242
242
steps :
243
243
- name : Set up Python ${{ matrix.python-version }}
244
- uses : actions/setup-python@v4
244
+ uses : actions/setup-python@v5
245
245
with :
246
246
python-version : ${{ matrix.python-version }}
247
247
You can’t perform that action at this time.
0 commit comments