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