From 75b207b16c6de56bb1b6c1cbf5490a1985292cf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:12:49 +1100 Subject: [PATCH] chore(deps): update hashicorp/setup-terraform action to v3 (#136) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/terraform-apply.yml | 2 +- .github/workflows/terraform-plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index a3be0002..73b03a3a 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -30,7 +30,7 @@ jobs: service_account_key: ${{ secrets.GCP_SA_KEY }} export_default_credentials: true - - uses: hashicorp/setup-terraform@v1 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ env.terraform_version }} diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 091db2f2..fc299dea 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -28,7 +28,7 @@ jobs: service_account_key: ${{ secrets.GCP_SA_KEY }} export_default_credentials: true - - uses: hashicorp/setup-terraform@v1 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ env.terraform_version }}