Skip to content

Commit

Permalink
build(deps): Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 53f2571 commit 92dcf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache: true

- name: Install Terraform
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: 1.7
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
cache: true

- name: Install Terraform ${{ matrix.terraform_version }}
uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: ${{ matrix.terraform_version }}
terraform_wrapper: false
Expand Down

0 comments on commit 92dcf77

Please sign in to comment.