From 6d1579a8b450973420a301131411718d1762d44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 04:10:11 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 1.3.2 to 2.0.2 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1.3.2 to 2.0.2. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/setup-terraform/compare/v1.3.2...v2.0.2) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-lint.yaml b/.github/workflows/terraform-lint.yaml index cdbb218..928824d 100644 --- a/.github/workflows/terraform-lint.yaml +++ b/.github/workflows/terraform-lint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - uses: hashicorp/setup-terraform@v1.3.2 + - uses: hashicorp/setup-terraform@v2.0.2 - name: Terraform fmt id: fmt run: terraform fmt -recursive -check infrastructure/terraform