Skip to content

Commit e5c723a

Browse files
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](hashicorp/setup-terraform@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] <support@github.com>
1 parent 19f7de8 commit e5c723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: hashicorp/setup-terraform@v1.4.0
13+
- uses: hashicorp/setup-terraform@v2.0.0
1414
with:
1515
terraform_version: 0.15.5
1616
- run: terraform init

0 commit comments

Comments
 (0)