From e25675e64bb6a9a39e7eab37ae0c49c71ceb11dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:10:36 +0000 Subject: [PATCH] chore(ci): bump opentofu/setup-opentofu from 2.0.1 to 2.0.2 Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](https://github.com/opentofu/setup-opentofu/compare/847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4...a1320f892987e89d278cc92dc5adc984fb93aca4) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/infra-bootstrap-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra-bootstrap-validate.yml b/.github/workflows/infra-bootstrap-validate.yml index 96d6fd4..4961f7f 100644 --- a/.github/workflows/infra-bootstrap-validate.yml +++ b/.github/workflows/infra-bootstrap-validate.yml @@ -35,7 +35,7 @@ jobs: - name: Install OpenTofu if: steps.filter.outputs.code == 'true' - uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1 + uses: opentofu/setup-opentofu@a1320f892987e89d278cc92dc5adc984fb93aca4 # v2.0.2 with: tofu_version: "1.12.0" tofu_wrapper: false