Skip to content

Commit ebdb3f3

Browse files
authored
Merge pull request #2105 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 afb0c25 + 32bfbe2 commit ebdb3f3

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
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
xargs printf "TF_VERSION=%s" < .review_apps/.terraform-version >> "$GITHUB_OUTPUT"
2020
21-
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
21+
- uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
2222
with:
2323
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
2424

0 commit comments

Comments
 (0)