File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ jobs:
346
346
347
347
- name : Install Go
348
348
if : runner.name != 'WINDOWS-SIGN-PC'
349
- uses : actions/setup-go@v5
349
+ uses : actions/setup-go@v6
350
350
with :
351
351
go-version : ${{ env.GO_VERSION }}
352
352
@@ -463,7 +463,7 @@ jobs:
463
463
cache : ' yarn'
464
464
465
465
- name : Install Go
466
- uses : actions/setup-go@v5
466
+ uses : actions/setup-go@v6
467
467
with :
468
468
go-version : ${{ env.GO_VERSION }}
469
469
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@v5
69
+ uses : actions/setup-go@v6
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@v5
27
+ uses : actions/setup-go@v6
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@v5
27
+ uses : actions/setup-go@v6
28
28
with :
29
29
go-version : ${{ env.GO_VERSION }}
30
30
Original file line number Diff line number Diff line change 97
97
python-version : ' 3.11.x'
98
98
99
99
- name : Install Go
100
- uses : actions/setup-go@v5
100
+ uses : actions/setup-go@v6
101
101
with :
102
102
go-version : ${{ env.GO_VERSION }}
103
103
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@v5
29
+ uses : actions/setup-go@v6
30
30
with :
31
31
go-version : ${{ env.GO_VERSION }}
32
32
You can’t perform that action at this time.
0 commit comments