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 19
19
- uses : hashicorp/setup-terraform@v3.1.1
20
20
21
21
- name : Cache terraform folder
22
- uses : actions/cache@v4.0.2
22
+ uses : actions/cache@v4.2.1
23
23
with :
24
24
path : ./.terraform
25
25
key : terraform
38
38
name : " tflint"
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v4.1.1
42
- - uses : actions/cache@v4.0.2
41
+ - uses : actions/checkout@v4.2.2
42
+ - uses : actions/cache@v4.2.1
43
43
name : Cache tflint plugin dir
44
44
with :
45
45
path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
35
- - uses : actions/checkout@v4.1.7
35
+ - uses : actions/checkout@v4.2.2
36
36
37
37
- name : check next version
38
38
uses : anothrNick/github-tag-action@1.69.0
You can’t perform that action at this time.
0 commit comments