Commit 1335437 1 parent a80bc34 commit 1335437 Copy full SHA for 1335437
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
timeout-minutes : 5
25
25
steps :
26
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
27
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
28
28
with :
29
29
go-version-file : ' go.mod'
36
36
name : Lint
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
40
40
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
41
41
with :
42
42
go-version-file : ' go.mod'
48
48
name : Check generated docs and examples
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
51
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
52
52
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
53
53
with :
54
54
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 16
16
goreleaser :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
with :
21
21
# Allow goreleaser to access older tag information.
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
timeout-minutes : 5
24
24
steps :
25
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
26
26
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27
27
with :
28
28
go-version-file : ' go.mod'
44
44
# - '1.7.*'
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
47
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
48
48
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
49
49
with :
50
50
go-version-file : ' go.mod'
You can’t perform that action at this time.
0 commit comments