Skip to content

Commit 87fe439

Browse files
authored
Merge pull request #1952 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 f9b04d1 + d271baf commit 87fe439

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
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "TF_VERSION=$(< .review_apps/.terraform-version)" >> "$GITHUB_OUTPUT"
4949
50-
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
50+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
5151
with:
5252
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
5353

.github/workflows/review_apps_on_pr_close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "TF_VERSION=$(< .review_apps/.terraform-version)" >> "$GITHUB_OUTPUT"
2222
23-
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
23+
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2424
with:
2525
terraform_version: ${{steps.terraform-version.outputs.TF_VERSION}}
2626

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

0 commit comments

Comments
 (0)