From 259336bf5fcb4f5ba1055feea5156c09056ab444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:03:31 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-terraform from 1.3.2 to 2.0.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1.3.2 to 2.0.0. - [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.0) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19954bf..7a7dd7b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@master - - uses: hashicorp/setup-terraform@v1.3.2 + - uses: hashicorp/setup-terraform@v2.0.0 with: terraform_version: ^1.1.4