48
48
run : rm -rf /opt/hostedtoolcache
49
49
50
50
- name : git checkout
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
53
53
- name : setup go ${{ env.GO_VERSION }}
54
54
uses : ./.github/actions/setup-go
74
74
run : rm -rf /opt/hostedtoolcache
75
75
76
76
- name : git checkout
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
78
78
79
79
- name : setup go ${{ env.GO_VERSION }}
80
80
uses : ./.github/actions/setup-go
@@ -105,7 +105,7 @@ jobs:
105
105
run : rm -rf /opt/hostedtoolcache
106
106
107
107
- name : git checkout
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
with :
110
110
fetch-depth : 0
111
111
@@ -131,7 +131,7 @@ jobs:
131
131
run : rm -rf /opt/hostedtoolcache
132
132
133
133
- name : git checkout
134
- uses : actions/checkout@v3
134
+ uses : actions/checkout@v4
135
135
with :
136
136
fetch-depth : 0
137
137
@@ -174,7 +174,7 @@ jobs:
174
174
run : rm -rf /opt/hostedtoolcache
175
175
176
176
- name : git checkout
177
- uses : actions/checkout@v3
177
+ uses : actions/checkout@v4
178
178
179
179
- name : setup go ${{ env.GO_VERSION }}
180
180
uses : ./.github/actions/setup-go
@@ -197,7 +197,7 @@ jobs:
197
197
run : rm -rf /opt/hostedtoolcache
198
198
199
199
- name : git checkout
200
- uses : actions/checkout@v3
200
+ uses : actions/checkout@v4
201
201
202
202
- name : setup go ${{ env.GO_VERSION }}
203
203
uses : ./.github/actions/setup-go
@@ -230,7 +230,7 @@ jobs:
230
230
run : rm -rf /opt/hostedtoolcache
231
231
232
232
- name : git checkout
233
- uses : actions/checkout@v3
233
+ uses : actions/checkout@v4
234
234
with :
235
235
fetch-depth : 0
236
236
@@ -239,7 +239,7 @@ jobs:
239
239
uses : ./.github/actions/rebase
240
240
241
241
- name : git checkout fuzzing seeds
242
- uses : actions/checkout@v3
242
+ uses : actions/checkout@v4
243
243
with :
244
244
repository : lightninglabs/lnd-fuzz
245
245
path : lnd-fuzz
@@ -293,7 +293,7 @@ jobs:
293
293
run : rm -rf /opt/hostedtoolcache
294
294
295
295
- name : git checkout
296
- uses : actions/checkout@v3
296
+ uses : actions/checkout@v4
297
297
with :
298
298
fetch-depth : 0
299
299
@@ -360,7 +360,7 @@ jobs:
360
360
args : backend=bitcoind dbbackend=postgres nativesql=true
361
361
steps :
362
362
- name : git checkout
363
- uses : actions/checkout@v3
363
+ uses : actions/checkout@v4
364
364
with :
365
365
fetch-depth : 0
366
366
@@ -411,7 +411,7 @@ jobs:
411
411
if : ' !contains(github.event.pull_request.labels.*.name, '' no-itest'' )'
412
412
steps :
413
413
- name : git checkout
414
- uses : actions/checkout@v3
414
+ uses : actions/checkout@v4
415
415
with :
416
416
fetch-depth : 0
417
417
@@ -455,7 +455,7 @@ jobs:
455
455
if : ' !contains(github.event.pull_request.labels.*.name, '' no-itest'' )'
456
456
steps :
457
457
- name : git checkout
458
- uses : actions/checkout@v3
458
+ uses : actions/checkout@v4
459
459
with :
460
460
fetch-depth : 0
461
461
@@ -504,7 +504,7 @@ jobs:
504
504
run : rm -rf /opt/hostedtoolcache
505
505
506
506
- name : git checkout
507
- uses : actions/checkout@v3
507
+ uses : actions/checkout@v4
508
508
509
509
- name : ensure dependencies at correct version
510
510
run : if ! grep -q "${{ matrix.pinned_dep }}" go.mod; then echo dependency ${{ matrix.pinned_dep }} should not be altered ; exit 1 ; fi
@@ -521,7 +521,7 @@ jobs:
521
521
run : rm -rf /opt/hostedtoolcache
522
522
523
523
- name : git checkout
524
- uses : actions/checkout@v3
524
+ uses : actions/checkout@v4
525
525
526
526
- name : release notes check
527
527
run : scripts/check-release-notes.sh
0 commit comments