From c38368d61fd2cce5a4754ba4c445ae1ca3ab80bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:12:51 +0000 Subject: [PATCH] ci(deps): Update opentofu/setup-opentofu action to v2 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c35dea5..d5dae2f 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -220,7 +220,7 @@ jobs: run: echo "tofu_version=$(cat .opentofu-version)" >> "${GITHUB_OUTPUT}" id: get_tofu_version working-directory: tf - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 with: tofu_version: ${{ steps.get_tofu_version.outputs.tofu_version }} tofu_wrapper: false # https://github.com/jqlang/jq/issues/2287