From 3ee195f0ee960425ab3088289456d0125c36ff19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:58:22 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 2 +- .github/workflows/deploy-manual.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fd5921..d3183a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 - name: OpenTofu init working-directory: infra diff --git a/.github/workflows/deploy-manual.yml b/.github/workflows/deploy-manual.yml index e9e1cad..37ad086 100644 --- a/.github/workflows/deploy-manual.yml +++ b/.github/workflows/deploy-manual.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 - name: OpenTofu init working-directory: infra diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5db122d..1d2219f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: opentofu/setup-opentofu@v1 + - uses: opentofu/setup-opentofu@v2 - name: OpenTofu init working-directory: infra