Commit 1f0da9d 1 parent 71d263a commit 1f0da9d Copy full SHA for 1f0da9d
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Setup terraform
22
22
uses : hashicorp/setup-terraform@v2
23
23
- name : Terraform Init
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Setup terraform
22
22
uses : hashicorp/setup-terraform@v2
23
23
- name : Terraform Init
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup terraform
20
20
uses : hashicorp/setup-terraform@v2
21
21
- name : Terraform Init
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Setup Python
14
14
uses : actions/setup-python@v4
15
15
with :
You can’t perform that action at this time.
0 commit comments