From 7ea40e9ca0e7ca7ed39ff787d3caf82b9107f2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:13:11 +0000 Subject: [PATCH] Bump hashicorp/setup-terraform from 1.4.0 to 2.0.0 Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 1.4.0 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.4.0...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/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 7c3c569..87ebfa5 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Terraform - uses: hashicorp/setup-terraform@v1.4.0 + uses: hashicorp/setup-terraform@v2.0.0 with: terraform_version: 1.0.8