Skip to content

Commit

Permalink
Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#331)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent ce4504e commit ce4920e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/az_tf_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: unzip ${{ inputs.tf_key }}.zip

- name: Setup Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
terraform_version: ${{ inputs.tf_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/az_tf_plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
sarif_file: tfsec.sarif

- name: Setup Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
terraform_version: ${{ inputs.tf_version }}

Expand Down

0 comments on commit ce4920e

Please sign in to comment.