File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout Repository
32
32
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
33
33
- name : Setup Go
34
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
34
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # tag=v4.1.0
35
35
with :
36
36
go-version : " 1.20"
37
37
check-latest : true
52
52
- " 1.20"
53
53
steps :
54
54
- name : Setup Go
55
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
55
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # tag=v4.1.0
56
56
with :
57
57
go-version : ${{ matrix.go }}
58
58
check-latest : true
Original file line number Diff line number Diff line change 20
20
with :
21
21
fetch-depth : 0
22
22
- name : Setup Go
23
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
23
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # tag=v4.1.0
24
24
with :
25
25
go-version : " 1.20"
26
26
check-latest : true
You can’t perform that action at this time.
0 commit comments