Skip to content

Commit 64a9808

Browse files
renovate[bot]ramonsnir
authored andcommitted
Update hashicorp/setup-terraform action to v3.1.2
1 parent aa71551 commit 64a9808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: true
4242
# Temporarily download Terraform 1.8 prerelease for function documentation support.
4343
# When Terraform 1.8.0 final is released, this can be removed.
44-
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
44+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
4545
with:
4646
terraform_version: '1.8.0-alpha20240216'
4747
terraform_wrapper: false
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
go-version-file: 'go.mod'
7272
cache: true
73-
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
73+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
7474
with:
7575
terraform_version: ${{ matrix.terraform }}
7676
terraform_wrapper: false

0 commit comments

Comments
 (0)