Skip to content

Commit

Permalink
build(deps): Bump opentofu/setup-opentofu from 1.0.4 to 1.0.5 (#410)
Browse files Browse the repository at this point in the history
Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/opentofu/setup-opentofu/releases)
- [Commits](opentofu/setup-opentofu@12f4deb...592200b)

---
updated-dependencies:
- dependency-name: opentofu/setup-opentofu
  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 Dec 11, 2024
1 parent 3756719 commit 91d973c
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 @@ -49,7 +49,7 @@ jobs:
terraform_wrapper: false

- name: Install OpenTofu
uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # v1.0.4
uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
with:
tofu_version: 1.8
tofu_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 @@ -187,7 +187,7 @@ jobs:
cache: true

- name: Install OpenTofu ${{ matrix.opentofu_version }}
uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # v1.0.4
uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
with:
tofu_version: ~${{ matrix.opentofu_version }}
tofu_wrapper: false
Expand Down

0 comments on commit 91d973c

Please sign in to comment.