File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
uses : cylc/release-actions/check-shortlog@v1
31
31
32
32
- name : Setup Python
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ' 3.x'
36
36
Original file line number Diff line number Diff line change 27
27
ref : ${{ env.MERGE_SHA }}
28
28
29
29
- name : Setup Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ' 3.x'
33
33
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v4
28
28
29
29
- name : Setup Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python }}
33
33
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@v4
32
32
33
33
- name : Configure Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
92
92
# note: exclude python 3.10+ from mypy checks as these produce false
93
93
# positives in installed libraries for python 3.7
94
94
- name : Configure Python
95
- uses : actions/setup-python@v4
95
+ uses : actions/setup-python@v5
96
96
with :
97
97
python-version : 3.9
98
98
Original file line number Diff line number Diff line change 99
99
uses : actions/checkout@v4
100
100
101
101
- name : Configure Python
102
- uses : actions/setup-python@v4
102
+ uses : actions/setup-python@v5
103
103
with :
104
104
python-version : ${{ matrix.python-version }}
105
105
Original file line number Diff line number Diff line change 44
44
uses : cylc/release-actions/configure-git@v1
45
45
46
46
- name : Configure Python
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
Original file line number Diff line number Diff line change 26
26
timeout-minutes : 10
27
27
steps :
28
28
- name : configure python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
You can’t perform that action at this time.
0 commit comments