File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
goreleaser :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
21
with :
22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
timeout-minutes : 5
26
26
steps :
27
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
28
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
29
29
with :
30
30
go-version-file : ' go.mod'
37
37
name : Lint
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41
41
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
42
42
with :
43
43
go-version-file : ' go.mod'
48
48
generate :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
52
52
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
53
53
with :
54
54
go-version-file : ' go.mod'
78
78
terraform :
79
79
- ' 1.0.*'
80
80
steps :
81
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
81
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
82
82
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
83
83
with :
84
84
go-version-file : ' go.mod'
You can’t perform that action at this time.
0 commit comments