From 2a4d04dd065b66297d59c68308b2c07bf5159e9c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 17 Oct 2025 20:39:40 -0400 Subject: [PATCH] Adjusting Tofu setup step. --- .gitea/workflows/auto-pr-tofu-plan.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index dc5df7c..ece2bd9 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -45,13 +45,14 @@ jobs: plan: name: Terraform/OpenTofu Plan + needs: check-and-create-pr runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Setup OpenTofu / Terraform - uses: opentofu/setup-tofu@v1 + uses: opentofu/setup-opentofu@v1.0.6 with: version: ${{ env.OPENTOFU_VERSION }} tofu_wrapper: true