File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 39
39
- otp-max
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v2.3.5
42
+ uses : actions/checkout@v2.4.0
43
43
44
44
- name : Load version info
45
45
id : load-info
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 120
17
17
steps :
18
18
- name : CHECKOUT REPOSITORY
19
- uses : actions/checkout@v2.3.5
19
+ uses : actions/checkout@v2.4.0
20
20
- name : CONFIGURE BAZEL
21
21
run : |
22
22
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
45
45
timeout-minutes : 120
46
46
steps :
47
47
- name : CHECKOUT REPOSITORY
48
- uses : actions/checkout@v2.3.5
48
+ uses : actions/checkout@v2.4.0
49
49
- name : CONFIGURE BAZEL
50
50
run : |
51
51
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
73
73
runs-on : ubuntu-latest
74
74
steps :
75
75
- name : CHECKOUT BAZEL
76
- uses : actions/checkout@v2.3.5
76
+ uses : actions/checkout@v2.4.0
77
77
with :
78
78
repository : bazelbuild/bazel
79
79
path : bazel
Original file line number Diff line number Diff line change 19
19
timeout-minutes : 45
20
20
steps :
21
21
- name : CHECKOUT REPOSITORY
22
- uses : actions/checkout@v2.3.5
22
+ uses : actions/checkout@v2.4.0
23
23
- name : WAIT FOR OCI IMAGE WORKFLOW
24
24
25
25
with :
Original file line number Diff line number Diff line change 10
10
timeout-minutes : 120
11
11
steps :
12
12
- name : CHECKOUT REPOSITORY
13
- uses : actions/checkout@v2.3.5
13
+ uses : actions/checkout@v2.4.0
14
14
- name : UPDATE RBE IMAGE SHA
15
15
env :
16
16
IMAGE : pivotalrabbitmq/rabbitmq-server-buildenv
Original file line number Diff line number Diff line change 34
34
timeout-minutes : 120
35
35
steps :
36
36
- name : CHECKOUT REPOSITORY
37
- uses : actions/checkout@v2.3.5
37
+ uses : actions/checkout@v2.4.0
38
38
- name : CONFIGURE BAZEL
39
39
run : |
40
40
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
66
66
timeout-minutes : 60
67
67
steps :
68
68
- name : CHECKOUT REPOSITORY
69
- uses : actions/checkout@v2.3.5
69
+ uses : actions/checkout@v2.4.0
70
70
- name : CONFIGURE OTP & ELIXIR
71
71
72
72
with :
Original file line number Diff line number Diff line change 26
26
timeout-minutes : 120
27
27
steps :
28
28
- name : CHECKOUT REPOSITORY
29
- uses : actions/checkout@v2.3.5
29
+ uses : actions/checkout@v2.4.0
30
30
- name : CONFIGURE BAZEL
31
31
run : |
32
32
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
60
60
timeout-minutes : 60
61
61
steps :
62
62
- name : CHECKOUT REPOSITORY
63
- uses : actions/checkout@v2.3.5
63
+ uses : actions/checkout@v2.4.0
64
64
- name : CONFIGURE OTP & ELIXIR
65
65
66
66
with :
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 10
19
19
steps :
20
20
- name : CHECKOUT REPOSITORY
21
- uses : actions/checkout@v2.3.5
21
+ uses : actions/checkout@v2.4.0
22
22
- name : SKIP IF THE PR ALREADY EXISTS
23
23
id : check-for-branch
24
24
run : |
Original file line number Diff line number Diff line change 21
21
timeout-minutes : 10
22
22
steps :
23
23
- name : CHECKOUT REPOSITORY
24
- uses : actions/checkout@v2.3.5
24
+ uses : actions/checkout@v2.4.0
25
25
- name : SKIP IF THE PR ALREADY EXISTS
26
26
id : check-for-branch
27
27
run : |
You can’t perform that action at this time.
0 commit comments