Skip to content

Commit e886bb4

Browse files
authored
Merge pull request #2793 from govuk-forms/dependabot/github_actions/hashicorp/setup-terraform-4.0.1
Bump hashicorp/setup-terraform from 4.0.0 to 4.0.1
2 parents 435effc + ece147b commit e886bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
TF_VERSION=$(< .review_apps/.terraform-version)
2020
printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT"
2121
22-
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
22+
- uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
2323
with:
2424
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
2525

0 commit comments

Comments
 (0)