Skip to content

Commit

Permalink
Build(deps): Bump hashicorp/setup-terraform from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v2...v3)

---
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>
  • Loading branch information
dependabot[bot] authored and remche committed Oct 31, 2023
1 parent fac2ee5 commit e16e01e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
- name: Terraform fmt
run: terraform fmt
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
environment: nova
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.0.0
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment: nova
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.0.0
terraform_wrapper: false
Expand Down

0 comments on commit e16e01e

Please sign in to comment.