File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# Setup Python version
19
19
- name : Setup Python 3.9
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : 3.9
23
23
Original file line number Diff line number Diff line change 24
24
25
25
# Setup Python version
26
26
- name : Setup Python 3.9
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : 3.9
30
30
Original file line number Diff line number Diff line change 30
30
31
31
# Setup Python version
32
32
- name : Setup Python 3.9
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@v6
34
34
with :
35
35
python-version : 3.9
36
36
61
61
62
62
# Setup Python version
63
63
- name : Setup Python 3.9
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : 3.9
67
67
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
# Setup Python version
130
130
- name : Setup Python 3.9
131
- uses : actions/setup-python@v5
131
+ uses : actions/setup-python@v6
132
132
with :
133
133
python-version : 3.9
134
134
@@ -176,7 +176,7 @@ jobs:
176
176
177
177
# Setup Python version
178
178
- name : Setup Python 3.9
179
- uses : actions/setup-python@v5
179
+ uses : actions/setup-python@v6
180
180
with :
181
181
python-version : 3.9
182
182
@@ -312,7 +312,7 @@ jobs:
312
312
313
313
# Setup Python version
314
314
- name : Setup Python 3.9
315
- uses : actions/setup-python@v5
315
+ uses : actions/setup-python@v6
316
316
with :
317
317
python-version : 3.9
318
318
@@ -376,7 +376,7 @@ jobs:
376
376
377
377
# Setup Python version
378
378
- name : Setup Python 3.9
379
- uses : actions/setup-python@v5
379
+ uses : actions/setup-python@v6
380
380
with :
381
381
python-version : 3.9
382
382
You can’t perform that action at this time.
0 commit comments