File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
goreleaser :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
with :
25
25
# Allow goreleaser to access older tag information.
26
26
fetch-depth : 0
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
timeout-minutes : 5
27
27
steps :
28
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30
30
with :
31
31
go-version-file : ' go.mod'
40
40
generate :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45
45
with :
46
46
go-version-file : ' go.mod'
74
74
- ' 1.3.*'
75
75
- ' 1.4.*'
76
76
steps :
77
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
77
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78
78
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
79
79
with :
80
80
go-version-file : ' go.mod'
You can’t perform that action at this time.
0 commit comments