From c8edcace59039def785590616ea65cb5547dfd19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:52:00 +0000 Subject: [PATCH] Bump opentofu/setup-opentofu from 1 to 2 Bumps [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) from 1 to 2. - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](https://github.com/opentofu/setup-opentofu/compare/v1...v2) --- updated-dependencies: - dependency-name: opentofu/setup-opentofu dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/apply.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apply.yaml b/.github/workflows/apply.yaml index c210ac2..792e47d 100644 --- a/.github/workflows/apply.yaml +++ b/.github/workflows/apply.yaml @@ -33,7 +33,7 @@ jobs: private-key: ${{ secrets.CONFIG_APP_SECRET }} owner: ${{ github.repository_owner }} - name: Setup OpenTofu - uses: opentofu/setup-opentofu@v1 + uses: opentofu/setup-opentofu@v2 with: tofu_wrapper: false - name: TF init diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index e4b6dd3..612804e 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.13" - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 with: tofu_wrapper: false - uses: pre-commit/action@v3.0.1