From 6c23cf9d8253cfeba7771dc9fd0f08cad92ecb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:48:16 +0000 Subject: [PATCH] build(deps): bump hashicorp/setup-terraform from 3 to 4 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3 to 4. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3...v4) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-prod-azure.yaml | 2 +- .github/workflows/deploy-staging-azure.yaml | 2 +- .github/workflows/destroy-infrastructure.yaml | 2 +- .github/workflows/terraform-pr.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-prod-azure.yaml b/.github/workflows/deploy-prod-azure.yaml index b4a54343..eefc90ee 100644 --- a/.github/workflows/deploy-prod-azure.yaml +++ b/.github/workflows/deploy-prod-azure.yaml @@ -59,7 +59,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - 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/deploy-staging-azure.yaml b/.github/workflows/deploy-staging-azure.yaml index 0e40d58a..709ec1d2 100644 --- a/.github/workflows/deploy-staging-azure.yaml +++ b/.github/workflows/deploy-staging-azure.yaml @@ -59,7 +59,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - 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/destroy-infrastructure.yaml b/.github/workflows/destroy-infrastructure.yaml index 6d510753..3a900315 100644 --- a/.github/workflows/destroy-infrastructure.yaml +++ b/.github/workflows/destroy-infrastructure.yaml @@ -44,7 +44,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - 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-pr.yaml b/.github/workflows/terraform-pr.yaml index 70bc7e6f..48c052d5 100644 --- a/.github/workflows/terraform-pr.yaml +++ b/.github/workflows/terraform-pr.yaml @@ -58,7 +58,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - 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