From 1533aa609d0046e5595c4584eeff3136105d8148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 04:50:35 +0000 Subject: [PATCH] build(deps): Bump opentofu/setup-opentofu from 1.0.4 to 1.0.5 (#93) 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](https://github.com/opentofu/setup-opentofu/compare/12f4debbf681675350b6cd1f0ff8ecfbda62027b...592200bd4b9bbf4772ace78f887668b1aee8f716) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c6602b..d68aa41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,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