From a97a3eeb0c43b5fd8d08d0627d68308004c4b2c6 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:33:01 +0000 Subject: [PATCH] chore(deps): update hashicorp/setup-terraform action to v4 | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | hashicorp/setup-terraform | v3 | v4 | --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 5f319cbf..a6170c1b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -56,7 +56,7 @@ jobs: ansible-galaxy collection install dreadnode-goad-*.tar.gz -p ~/.ansible/collections --force --pre - name: Set up Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4 with: terraform_version: "1.9.7"