diff --git a/.github/workflows/account-deploy.yml b/.github/workflows/account-deploy.yml index 72f712d4..2b67f818 100644 --- a/.github/workflows/account-deploy.yml +++ b/.github/workflows/account-deploy.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: "0" - uses: unfor19/install-aws-cli-action@v1 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.4.6 terraform_wrapper: false diff --git a/.github/workflows/env-deploy.yml b/.github/workflows/env-deploy.yml index f481ca96..a5bab711 100644 --- a/.github/workflows/env-deploy.yml +++ b/.github/workflows/env-deploy.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: "0" - uses: unfor19/install-aws-cli-action@v1 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.4.6 terraform_wrapper: false diff --git a/.github/workflows/env-destroy.yml b/.github/workflows/env-destroy.yml index 3a419276..12cf8c4f 100644 --- a/.github/workflows/env-destroy.yml +++ b/.github/workflows/env-destroy.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: "0" - uses: unfor19/install-aws-cli-action@v1 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.4.6 terraform_wrapper: false