From 30c8d887e6231e2aabe6bbd78a1ed4047e622ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:08:06 +0000 Subject: [PATCH] chore(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/monthly.yaml | 4 ++-- .github/workflows/pr.yaml | 2 +- .github/workflows/push.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/monthly.yaml b/.github/workflows/monthly.yaml index f6ae52d..a0ca9ad 100644 --- a/.github/workflows/monthly.yaml +++ b/.github/workflows/monthly.yaml @@ -30,7 +30,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Terraform setup - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Terraform init id: init run: | @@ -66,7 +66,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Terraform setup - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Terraform init id: init run: | diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bff7bcc..7bfe2b0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Terraform setup - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Terraform init id: init run: | diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 6ebe341..3f714b0 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Terraform setup - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Terraform init id: init run: | @@ -49,7 +49,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Terraform setup - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 - name: Terraform init id: init run: |