Skip to content

Commit b70fc5c

Browse files
authored
Merge pull request #2593 from alphagov/dependabot/github_actions/hashicorp/setup-terraform-4.0.0
Bump hashicorp/setup-terraform from 3.1.2 to 4.0.0
2 parents ec0d0df + 0210c8f commit b70fc5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/review_apps_on_pr_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
TF_VERSION=$(< .review_apps/.terraform-version)
4949
printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT"
5050
51-
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
51+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
5252
with:
5353
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
5454

.github/workflows/review_apps_on_pr_close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
TF_VERSION=$(< .review_apps/.terraform-version)
2222
printf "TF_VERSION=%s\n" "$TF_VERSION" >> "$GITHUB_OUTPUT"
2323
24-
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
24+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2525
with:
2626
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
2727

.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@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
22+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2323
with:
2424
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
2525

0 commit comments

Comments
 (0)