From 28707e6f7962277b242014f211e11afb475287a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:45:27 +0000 Subject: [PATCH] chore(deps): update opentofu/setup-opentofu action to v2.0.1 --- .github/workflows/test-on-digitalocean-infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-digitalocean-infra.yml b/.github/workflows/test-on-digitalocean-infra.yml index 1783af0..36aef7e 100644 --- a/.github/workflows/test-on-digitalocean-infra.yml +++ b/.github/workflows/test-on-digitalocean-infra.yml @@ -143,7 +143,7 @@ jobs: repository: NethServer/ns8-terraform-infra path: infra - name: "OpenTofu - Setup Tofu" - uses: opentofu/setup-opentofu@v2.0.0 + uses: opentofu/setup-opentofu@v2.0.1 with: tofu_wrapper: false - name: "OpenTofu - Tofu Apply"