File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 20
20
- name : Check branch
21
21
run : echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$'
22
22
- name : Check out code
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
submodules : true
Original file line number Diff line number Diff line change 36
36
timeout-minutes : 5
37
37
steps :
38
38
- name : Check out code
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
fetch-depth : 0
42
42
submodules : false
63
63
timeout-minutes : 30
64
64
steps :
65
65
- name : Check out code
66
- uses : actions/checkout@v4
66
+ uses : actions/checkout@v5
67
67
with :
68
68
fetch-depth : 0
69
69
submodules : true
@@ -125,7 +125,7 @@ jobs:
125
125
timeout-minutes : 15
126
126
steps :
127
127
- name : Check out code
128
- uses : actions/checkout@v4
128
+ uses : actions/checkout@v5
129
129
with :
130
130
fetch-depth : 0
131
131
submodules : true
@@ -140,7 +140,7 @@ jobs:
140
140
sudo apt-get update
141
141
sudo apt-get --only-upgrade install google-chrome-stable
142
142
google-chrome --version
143
- - uses : actions/download-artifact@v4
143
+ - uses : actions/download-artifact@v5
144
144
name : Download build artifacts
145
145
with :
146
146
name : " build-files"
@@ -222,7 +222,7 @@ jobs:
222
222
timeout-minutes : 15
223
223
steps :
224
224
- name : Check out code
225
- uses : actions/checkout@v4
225
+ uses : actions/checkout@v5
226
226
with :
227
227
fetch-depth : 0
228
228
submodules : true
@@ -232,7 +232,7 @@ jobs:
232
232
uses : ./.github/actions/build-mage
233
233
- name : Install Node and Dependencies
234
234
uses : ./.github/actions/install-node-and-deps
235
- - uses : actions/download-artifact@v4
235
+ - uses : actions/download-artifact@v5
236
236
name : Download build artifacts
237
237
with :
238
238
name : " build-files"
Original file line number Diff line number Diff line change 23
23
- name : Check branch
24
24
run : echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$'
25
25
- name : Check out code
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
submodules : true
Original file line number Diff line number Diff line change 9
9
timeout-minutes : 5
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Fetch base ref
14
14
run : git fetch origin ${{ github.base_ref }}
15
15
- name : Install Go and Dependencies
Original file line number Diff line number Diff line change 22
22
timeout-minutes : 15
23
23
steps :
24
24
- name : Check out code
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
- name : Install Go and Dependencies
27
27
uses : ./.github/actions/install-go-and-deps
28
28
- name : Build Mage
91
91
env :
92
92
AWS_REGION : ' ${{ secrets.AWS_REGION }}'
93
93
- name : Check out code
94
- uses : actions/checkout@v4
94
+ uses : actions/checkout@v5
95
95
- name : Install Go and Dependencies
96
96
uses : ./.github/actions/install-go-and-deps
97
97
- name : Build Mage
Original file line number Diff line number Diff line change 22
22
timeout-minutes : 15
23
23
steps :
24
24
- name : Check out code
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
- name : Install Go and Dependencies
27
27
uses : ./.github/actions/install-go-and-deps
28
28
- name : Build Mage
50
50
timeout-minutes : 15
51
51
steps :
52
52
- name : Check out code
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
- name : Install Go and Dependencies
55
55
uses : ./.github/actions/install-go-and-deps
56
56
- name : Build Mage
Original file line number Diff line number Diff line change 30
30
git config --global user.name github-actions
31
31
git config --global user.email github-actions@github.com
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
token : ${{ secrets.BOT_TOKEN }}
36
36
ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 5
15
15
steps :
16
16
- name : Check out code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Install Go and Dependencies
19
19
uses : ./.github/actions/install-go-and-deps
20
20
- name : Build Mage
Original file line number Diff line number Diff line change 19
19
- name : Check branch
20
20
run : echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$'
21
21
- name : Check out code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
submodules : true
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 30
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
submodules : true
You can’t perform that action at this time.
0 commit comments