From 5e2cfce555e9822ad0e99a819b2fb2764c0ccae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:53:44 +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/deploy.yml | 2 +- .github/workflows/plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a94948ae..e1317e88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -133,7 +133,7 @@ jobs: --overwrite - name: Setup OpenTofu - uses: opentofu/setup-opentofu@v1 + uses: opentofu/setup-opentofu@v2 - name: Initialize OpenTofu working-directory: ./terraform/config/${{ needs.determine_environment.outputs.env_name }} diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 6801e744..e18e5c04 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -44,7 +44,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Setup OpenTofu - uses: opentofu/setup-opentofu@v1 + uses: opentofu/setup-opentofu@v2 - name: Initialize OpenTofu working-directory: ./terraform/config/${{ github.event.inputs.environment }}