File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
shell : bash
24
24
- uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Pip cache
54
54
with :
55
55
fetch-depth : 0
56
56
- name : Set up Python 3.11
57
- uses : actions/setup-python@v4
57
+ uses : actions/setup-python@v5
58
58
with :
59
59
python-version : 3.11
60
60
- name : Pip cache
Original file line number Diff line number Diff line change 13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.8'
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.8'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.8'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 28
28
shell : bash
29
29
- uses : actions/checkout@v4
30
30
- name : Set up Python ${{ matrix.python-version }}
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Pip cache
68
68
steps :
69
69
- uses : actions/checkout@v4
70
70
- name : Set up Python 3.8
71
- uses : actions/setup-python@v4
71
+ uses : actions/setup-python@v5
72
72
with :
73
73
python-version : 3.8
74
74
- name : Pip cache
89
89
with :
90
90
fetch-depth : 0
91
91
- name : Set up Python 3.8
92
- uses : actions/setup-python@v4
92
+ uses : actions/setup-python@v5
93
93
with :
94
94
python-version : 3.8
95
95
- name : Pip cache
Original file line number Diff line number Diff line change 12
12
id-token : write
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
name : Install Python
17
17
with :
18
18
python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments