From 22708a3c5dfb24d4db2e415174cfbb1ed68d7b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:43:27 +0000 Subject: [PATCH] fix(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/lint-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-terraform.yml b/.github/workflows/lint-terraform.yml index b436b3f..70deba1 100644 --- a/.github/workflows/lint-terraform.yml +++ b/.github/workflows/lint-terraform.yml @@ -40,7 +40,7 @@ jobs: id: binary_name - uses: actions/checkout@v6 name: Checkout - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 name: Setup Terraform with: terraform_version: ${{ inputs.terraform-version }}