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 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : Unshallow
18
18
run : git fetch --prune --unshallow
19
19
- name : Setup Go
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
26
26
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
27
27
with :
28
28
go-version-file : " go.mod"
37
37
generate :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
41
41
- uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
42
42
with :
43
43
terraform_version : " 1.9.*"
69
69
- " 1.8.*"
70
70
- " 1.9.*"
71
71
steps :
72
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72
+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
73
73
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
74
74
with :
75
75
go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments