File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Checkout code
48
48
if : ${{ steps.release.outputs.is_release }}
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
with :
51
51
ref : main
52
52
Original file line number Diff line number Diff line change 18
18
image : hashicorp/terraform:${{ matrix.terraform }}
19
19
steps :
20
20
- name : " Checkout"
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : terraform init
23
23
run : terraform init -get -backend=false -input=false
24
24
- if : contains(matrix.terraform, '1.1.')
45
45
container :
46
46
image : hashicorp/terraform:${{ matrix.terraform }}
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
- name : terraform init
50
50
run : terraform init -get -backend=false -input=false
51
51
- if : contains(matrix.terraform, '1.1.')
You can’t perform that action at this time.
0 commit comments