From c0f321f64f83579b07bc8de178f0c4dda4ae4254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:46:58 +0000 Subject: [PATCH] chore(deps): bump opentofu/setup-opentofu from 1.0.6 to 2.0.1 Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1.0.6 to 2.0.1. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](https://github.com/opentofu/setup-opentofu/compare/000eeb8522f0572907c393e8151076c205fdba1b...847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: 2.0.1 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 8cd92c6..e03526a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: cache-base: ${{ github.event.repository.default_branch }} - name: Setup OpenTofu - uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6 + uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1 with: tofu_version: 1.11.5 tofu_wrapper: false