From b17fbd6e33495f94ec33016c7931c48a90036055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:07:18 +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/verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index b6e7ac30..61707ba9 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -57,7 +57,7 @@ jobs: checkstyle: runs-on: ubuntu-latest steps: - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - uses: actions/checkout@v6 - uses: eclipse-edc/.github/.github/actions/setup-build@main - name: Run Checkstyle @@ -66,7 +66,7 @@ jobs: validate-terraform: runs-on: ubuntu-latest steps: - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - uses: actions/checkout@v6 - name: Check Terraform files are properly formatted (run "terraform fmt -recursive" to fix) run: |