From 1e5b3ef9244eb4a4f82a313d677bc4325fe0458e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:55:19 +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/ci.yml | 2 +- .github/workflows/infra-plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ee6a42..b0e8913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - run: npm run validate - run: python -m py_compile services/transform/glue/jobs/*.py tests/aws/dev-account/*.py - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform fmt -check -recursive infra/terraform - run: terraform -chdir=infra/terraform/bootstrap init -backend=false - run: terraform -chdir=infra/terraform/bootstrap validate diff --git a/.github/workflows/infra-plan.yml b/.github/workflows/infra-plan.yml index 0df1b4d..49ac7d7 100644 --- a/.github/workflows/infra-plan.yml +++ b/.github/workflows/infra-plan.yml @@ -16,7 +16,7 @@ jobs: environment: dev steps: - uses: actions/checkout@v4 - - uses: hashicorp/setup-terraform@v3 + - uses: hashicorp/setup-terraform@v4 - run: terraform -chdir=infra/terraform/bootstrap init -backend=false - run: terraform -chdir=infra/terraform/bootstrap validate - run: terraform -chdir=infra/terraform/bootstrap plan -input=false -lock=false