From f92bcda630679be3ef8569ac4cd7bfdb21d06af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:45:19 +0000 Subject: [PATCH] Renovate Update hashicorp/setup-terraform action to v3 --- .github/workflows/account-deploy.yml | 2 +- .github/workflows/env-deploy.yml | 2 +- .github/workflows/env-destroy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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