From 989e27546f7d5a0feaa2fddbcfd6231a45821b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:33:02 +0000 Subject: [PATCH] chore(ci): 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/infra-plan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infra-plan.yml b/.github/workflows/infra-plan.yml index 82b44f7..3a5f033 100644 --- a/.github/workflows/infra-plan.yml +++ b/.github/workflows/infra-plan.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 # TODO: add `tofu fmt -check -recursive` once the existing formatting # drift in environments/production/main.tf and modules/hetzner-server/main.tf @@ -58,7 +58,7 @@ jobs: contents: read steps: - uses: actions/checkout@v6 - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 - uses: actions/setup-node@v6 with: node-version: "20"