From 99bbb2dec4ceaf5a840ec310dda216aadb48c059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:25:58 +0000 Subject: [PATCH] chore(deps): update opentofu/setup-opentofu action to v2.0.2 --- .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..9ee24a6 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.2 with: tofu_wrapper: false - name: "OpenTofu - Tofu Apply"