Skip to content

Commit 74d8b6e

Browse files
build(deps): Bump opentofu/setup-opentofu from 1.0.6 to 1.0.7 (#685)
Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](opentofu/setup-opentofu@000eeb8...e95ccdd) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3408183 commit 74d8b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terratest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
terraform_wrapper: false
7474

7575
- name: Install OpenTofu
76-
uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6
76+
uses: opentofu/setup-opentofu@e95ccdd20623115bfd7d47df14a3250d6066a9d0 # v1.0.7
7777
with:
7878
tofu_version: 1.8
7979
tofu_wrapper: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
cache: true
285285

286286
- name: Install OpenTofu ${{ matrix.opentofu_version }}
287-
uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6
287+
uses: opentofu/setup-opentofu@e95ccdd20623115bfd7d47df14a3250d6066a9d0 # v1.0.7
288288
with:
289289
tofu_version: ~${{ matrix.opentofu_version }}
290290
tofu_wrapper: false

0 commit comments

Comments
 (0)