File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
lint-validate :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- uses : hashicorp/setup-terraform@v3
11
11
- name : Init
12
12
run : terraform init
33
33
ports :
34
34
- 4566:4566
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : hashicorp/setup-terraform@v3
38
38
with :
39
39
terraform_wrapper : false
Original file line number Diff line number Diff line change 16
16
needs : [test]
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Release
21
21
uses : softprops/action-gh-release@v2
22
22
with :
Original file line number Diff line number Diff line change 6
6
lint-validate :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- uses : hashicorp/setup-terraform@v3
11
11
- name : Init
12
12
run : terraform init
38
38
ports :
39
39
- 4566:4566
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- uses : hashicorp/setup-terraform@v3
43
43
with :
44
44
terraform_wrapper : false
You can’t perform that action at this time.
0 commit comments