File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307
307
python-version : ' 3.11.x'
308
308
309
309
- name : Install Go
310
- uses : actions/setup-go@v4
310
+ uses : actions/setup-go@v5
311
311
with :
312
312
go-version : ${{ env.GO_VERSION }}
313
313
@@ -425,7 +425,7 @@ jobs:
425
425
cache : ' yarn'
426
426
427
427
- name : Install Go
428
- uses : actions/setup-go@v4
428
+ uses : actions/setup-go@v5
429
429
with :
430
430
go-version : ${{ env.GO_VERSION }}
431
431
Original file line number Diff line number Diff line change 66
66
cache : ' yarn'
67
67
68
68
- name : Install Go
69
- uses : actions/setup-go@v4
69
+ uses : actions/setup-go@v5
70
70
with :
71
71
go-version : ${{ env.GO_VERSION }}
72
72
Original file line number Diff line number Diff line change 24
24
cache : ' yarn'
25
25
26
26
- name : Install Go
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ env.GO_VERSION }}
30
30
Original file line number Diff line number Diff line change 24
24
cache : ' yarn'
25
25
26
26
- name : Install Go
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ env.GO_VERSION }}
30
30
Original file line number Diff line number Diff line change 26
26
cache : ' yarn'
27
27
28
28
- name : Install Go
29
- uses : actions/setup-go@v4
29
+ uses : actions/setup-go@v5
30
30
with :
31
31
go-version : ${{ env.GO_VERSION }}
32
32
You can’t perform that action at this time.
0 commit comments