From e5f2a1493b4ee9b54fad3a49ec35037245dc0c76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:15:19 +0000 Subject: [PATCH] Update hashicorp/setup-terraform action to v3 --- .github/actions/setup-terraform/action.yml | 2 +- .github/workflows/terraform-renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-terraform/action.yml b/.github/actions/setup-terraform/action.yml index e1edc62d8..b1f48b7de 100644 --- a/.github/actions/setup-terraform/action.yml +++ b/.github/actions/setup-terraform/action.yml @@ -16,7 +16,7 @@ runs: shell: bash - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: env.TERRAFORM_VERSION diff --git a/.github/workflows/terraform-renovate.yml b/.github/workflows/terraform-renovate.yml index f5b04bc58..4529c58b8 100644 --- a/.github/workflows/terraform-renovate.yml +++ b/.github/workflows/terraform-renovate.yml @@ -22,7 +22,7 @@ jobs: run: echo "TERRAFORM_VERSION=$(grep terraform .tool-versions | cut -d' ' -f2)" >> "$GITHUB_ENV" - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ env.TERRAFORM_VERSION }}