From f8ec7cc1819dbf4883271d3fa6d9f10b10f0fe60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:45:54 +0000 Subject: [PATCH] chore(deps): bump opentofu/setup-opentofu from 1.0.6 to 2.0.0 Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1.0.6 to 2.0.0. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](https://github.com/opentofu/setup-opentofu/compare/000eeb8522f0572907c393e8151076c205fdba1b...fc711fa910b93cba0f3fbecaafc9f42fd0c411cb) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fa94f1..19b3fbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: cache-base: ${{ github.event.repository.default_branch }} - name: Setup OpenTofu - uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6 + uses: opentofu/setup-opentofu@fc711fa910b93cba0f3fbecaafc9f42fd0c411cb # v2.0.0 with: tofu_version: 1.11.5 tofu_wrapper: false