File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
27
27
- name : Setup Go
28
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
30
30
go-version-file : go.mod
31
31
86
86
runs-on : ubuntu-latest
87
87
steps :
88
88
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
89
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
90
90
with :
91
91
go-version-file : go.mod
92
92
Original file line number Diff line number Diff line change 29
29
- name : Checkout repository
30
30
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
32
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
32
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
33
33
with :
34
34
go-version-file : ' go.mod'
35
35
Original file line number Diff line number Diff line change 21
21
# Allow goreleaser to access older tag information.
22
22
fetch-depth : 0
23
23
24
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
25
25
with :
26
26
go-version-file : ' go.mod'
27
27
You can’t perform that action at this time.
0 commit comments