From f77a86cc30617f4b63f1d719ef7fdea42cd7ebab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:34:47 +0000 Subject: [PATCH] fix(dependabot): 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/cloudflare_unicornops_apply.yml | 2 +- .github/workflows/cloudflare_unicornops_plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare_unicornops_apply.yml b/.github/workflows/cloudflare_unicornops_apply.yml index 558899c..f454361 100644 --- a/.github/workflows/cloudflare_unicornops_apply.yml +++ b/.github/workflows/cloudflare_unicornops_apply.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_version: 1.8.1 diff --git a/.github/workflows/cloudflare_unicornops_plan.yml b/.github/workflows/cloudflare_unicornops_plan.yml index 9f16877..589a399 100644 --- a/.github/workflows/cloudflare_unicornops_plan.yml +++ b/.github/workflows/cloudflare_unicornops_plan.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_version: 1.8.1