diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a45fed4..b730351 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: go-version-file: 'go.mod' cache: true # We need the latest version of Terraform for our documentation generation to use - - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 + - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 with: terraform_wrapper: false - run: make generate @@ -82,7 +82,7 @@ jobs: with: go-version-file: 'go.mod' cache: true - - uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 + - uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1 with: terraform_version: ${{ matrix.terraform }} terraform_wrapper: false