From 07b4e09360bfcbb266159349f39d3dae38b0def2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:26:54 +0000 Subject: [PATCH] Update hashicorp/setup-terraform action to v3 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 672b9aa..4b2e864 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -46,7 +46,7 @@ jobs: key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - name: Install Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 with: terraform_version: ${{ env.TF_VERSION }}