File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
24
24
- name : Checkout repo
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
ref : ${{ env.MERGE_SHA }}
28
28
Original file line number Diff line number Diff line change 21
21
uses : cylc/release-actions/stage-1/sanitize-inputs@v1
22
22
23
23
- name : Checkout repo
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
ref : ${{ env.BASE_REF }}
27
27
fetch-depth : 0 # need to fetch all commits to check contributors
Original file line number Diff line number Diff line change 19
19
timeout-minutes : 5
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Setup Node
25
25
uses : actions/setup-node@v4
75
75
COVERAGE : true
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
80
80
- name : Setup Node
81
81
uses : actions/setup-node@v4
@@ -120,7 +120,7 @@ jobs:
120
120
timeout-minutes : 2
121
121
steps :
122
122
- name : Checkout
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
125
125
- name : Download coverage artifacts
126
126
uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- renovate.json
7
+ - ' .github/workflows/renovate_validate.yml'
7
8
workflow_dispatch :
8
9
9
10
concurrency :
19
20
timeout-minutes : 5
20
21
steps :
21
22
- name : Checkout
22
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
23
24
24
25
- name : Setup Node
25
26
uses : actions/setup-node@v4
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
Original file line number Diff line number Diff line change 29
29
steps :
30
30
31
31
- name : Checkout repo
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
- name : Configure git
35
35
uses : cylc/release-actions/configure-git@v1
You can’t perform that action at this time.
0 commit comments