File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
timeout-minutes : 5
20
20
steps :
21
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
22
22
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
23
23
with :
24
24
go-version-file : ' go.mod'
34
34
name : Lint
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
38
38
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
39
39
with :
40
40
go-version-file : ' tools/go.mod'
@@ -108,7 +108,7 @@ jobs:
108
108
- ' 8.14.3'
109
109
- ' 8.15.0'
110
110
steps :
111
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
111
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
112
112
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
113
113
with :
114
114
go-version-file : ' go.mod'
You can’t perform that action at this time.
0 commit comments