File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 34
34
uses : cylc/release-actions/stage-1/sanitize-inputs@v1
35
35
36
36
- name : Checkout repo
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
ref : ${{ env.BASE_REF }}
40
40
fetch-depth : 0 # need to fetch all commits to check contributors
Original file line number Diff line number Diff line change 33
33
steps :
34
34
35
35
- name : Checkout repo
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
ref : ${{ env.MERGE_SHA }}
39
39
Original file line number Diff line number Diff line change 53
53
- ' 5.0'
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
58
58
- name : Run Docker container
59
59
run : |
Original file line number Diff line number Diff line change 39
39
python : ' 3.7'
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
44
44
- name : Setup Python
45
45
uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 10
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0 # need to fetch all commits to check contributors
22
22
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 33
33
ENV_FILE : conda-environment.yml
34
34
steps :
35
35
- name : checkout cylc-flow
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : modify conda env file
39
39
run : |
Original file line number Diff line number Diff line change 40
40
PYTEST_ADDOPTS : --cov --cov-append -n 5 --color=yes
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
45
45
- name : Install System Dependencies
46
46
uses : mamba-org/setup-micromamba@v2
@@ -111,7 +111,7 @@ jobs:
111
111
FORCE_COLOR : 2
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@v4
114
+ uses : actions/checkout@v5
115
115
116
116
- name : Install System Dependencies
117
117
uses : mamba-org/setup-micromamba@v2
@@ -154,7 +154,7 @@ jobs:
154
154
timeout-minutes : 2
155
155
steps :
156
156
- name : Checkout
157
- uses : actions/checkout@v4
157
+ uses : actions/checkout@v5
158
158
159
159
- name : Download coverage artifacts
160
160
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
steps :
108
108
- name : Checkout
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
111
111
- name : Configure Python
112
112
uses : mamba-org/setup-micromamba@v2
@@ -326,7 +326,7 @@ jobs:
326
326
timeout-minutes : 2
327
327
steps :
328
328
- name : Checkout
329
- uses : actions/checkout@v4
329
+ uses : actions/checkout@v5
330
330
331
331
- name : Download coverage artifacts
332
332
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 44
44
python-version : ${{ matrix.python-version }}
45
45
46
46
- name : checkout
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
49
49
- name : Install docs/tutorial dependencies
50
50
uses : cylc/cylc-doc/.github/actions/install-dependencies@master
Original file line number Diff line number Diff line change 12
12
steps :
13
13
14
14
- name : Checkout repo
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Configure git
18
18
uses : cylc/release-actions/configure-git@v1
You can’t perform that action at this time.
0 commit comments