From edbdc94e4a816c269b4483a71f47979484310929 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Thu, 12 Mar 2026 10:56:51 +0000 Subject: [PATCH] Update hashicorp/setup-terraform to v4 --- .github/workflows/terraform-github-import.yml | 2 +- .github/workflows/terraform-github.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-github-import.yml b/.github/workflows/terraform-github-import.yml index 60613d5a..28494bb0 100644 --- a/.github/workflows/terraform-github-import.yml +++ b/.github/workflows/terraform-github-import.yml @@ -25,7 +25,7 @@ jobs: with: python-version: "3.10.4" - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} terraform_wrapper: false diff --git a/.github/workflows/terraform-github.yml b/.github/workflows/terraform-github.yml index 5d21a8d0..da1eb245 100644 --- a/.github/workflows/terraform-github.yml +++ b/.github/workflows/terraform-github.yml @@ -23,7 +23,8 @@ jobs: working-directory: "./terraform/github/" steps: - uses: actions/checkout@v6 - - uses: hashicorp/setup-terraform@v3 + + - uses: hashicorp/setup-terraform@v4 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}