Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 7b40e69 commit d1890a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kedaScaleTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
- name: Display Terraform Version
run: terraform --version
- name: Display Azure-CLI Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
- name: Display Terraform Version
run: terraform --version
- name: Display Azure-CLI Version
Expand Down

0 comments on commit d1890a0

Please sign in to comment.