From a19af93a086d0322614794e91c6f68b3882c35e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 10:36:08 -0400 Subject: [PATCH] Bump hashicorp/setup-terraform from 1 to 2.0.2 (#759) Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1 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...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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validate-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-terraform.yml b/.github/workflows/validate-terraform.yml index 2867cc1bf..d3869a2ef 100644 --- a/.github/workflows/validate-terraform.yml +++ b/.github/workflows/validate-terraform.yml @@ -14,7 +14,7 @@ jobs: validate-terraform: runs-on: ubuntu-latest steps: - - uses: hashicorp/setup-terraform@v1 + - uses: hashicorp/setup-terraform@v2.0.2 - shell: bash name: check tooling versions run: |