File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout Bitcoin Core repo
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
repository : bitcoin/bitcoin
42
42
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout Bitcoin Core repo
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
repository : bitcoin/bitcoin
38
38
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout Bitcoin Core repo
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
repository : bitcoin/bitcoin
38
38
45
45
copyback : false
46
46
47
47
- name : Checkout helper actions
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
sparse-checkout : .github/actions
51
51
path : ci/nightly
89
89
90
90
steps :
91
91
- name : Checkout Bitcoin Core repo
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@v5
93
93
with :
94
94
repository : bitcoin/bitcoin
95
95
@@ -102,7 +102,7 @@ jobs:
102
102
copyback : false
103
103
104
104
- name : Checkout helper actions
105
- uses : actions/checkout@v4
105
+ uses : actions/checkout@v5
106
106
with :
107
107
sparse-checkout : .github/actions
108
108
path : ci/nightly
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout Bitcoin Core repo
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
with :
43
43
repository : bitcoin/bitcoin
44
44
56
56
copyback : false
57
57
58
58
- name : Checkout helper actions
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
with :
61
61
sparse-checkout : .github/actions
62
62
path : ci/nightly
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : Checkout Bitcoin Core repo
103
- uses : actions/checkout@v4
103
+ uses : actions/checkout@v5
104
104
with :
105
105
repository : bitcoin/bitcoin
106
106
@@ -118,7 +118,7 @@ jobs:
118
118
copyback : false
119
119
120
120
- name : Checkout helper actions
121
- uses : actions/checkout@v4
121
+ uses : actions/checkout@v5
122
122
with :
123
123
sparse-checkout : .github/actions
124
124
path : ci/nightly
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout Bitcoin Core repo
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
with :
44
44
repository : bitcoin/bitcoin
45
45
69
69
cmake --install build
70
70
71
71
- name : Checkout helper actions
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
with :
74
74
sparse-checkout : .github/actions
75
75
path : ci/nightly
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout Bitcoin Core repo
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
with :
43
43
repository : bitcoin/bitcoin
44
44
55
55
copyback : false
56
56
57
57
- name : Checkout helper actions
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
with :
60
60
sparse-checkout : .github/actions
61
61
path : ci/nightly
99
99
100
100
steps :
101
101
- name : Checkout Bitcoin Core repo
102
- uses : actions/checkout@v4
102
+ uses : actions/checkout@v5
103
103
with :
104
104
repository : bitcoin/bitcoin
105
105
@@ -113,7 +113,7 @@ jobs:
113
113
copyback : false
114
114
115
115
- name : Checkout helper actions
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
with :
118
118
sparse-checkout : .github/actions
119
119
path : ci/nightly
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout Bitcoin Core repo
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
repository : bitcoin/bitcoin
25
25
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout Bitcoin Core repo
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
with :
34
34
repository : bitcoin/bitcoin
35
35
74
74
75
75
steps :
76
76
- name : Checkout Bitcoin Core repo
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
with :
79
79
repository : bitcoin/bitcoin
80
80
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout Bitcoin Core repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
repository : bitcoin/bitcoin
31
31
71
71
72
72
steps :
73
73
- name : Checkout Bitcoin Core repo
74
- uses : actions/checkout@v4
74
+ uses : actions/checkout@v5
75
75
with :
76
76
repository : bitcoin/bitcoin
77
77
You can’t perform that action at this time.
0 commit comments