From f55299612ab294f38e85004a6e6c196d858dda85 Mon Sep 17 00:00:00 2001 From: motatoes Date: Sat, 21 Dec 2024 15:24:25 +0000 Subject: [PATCH] update opentofu setup --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b9477a73..54cf389d 100644 --- a/action.yml +++ b/action.yml @@ -275,7 +275,7 @@ runs: if: inputs.setup-terragrunt == 'true' - name: Setup OpenTofu - uses: opentofu/setup-opentofu@v1.0.3 + uses: opentofu/setup-opentofu@v1 with: tofu_version: ${{ inputs.opentofu-version }} tofu_wrapper: false