From 3a96d2558011070ecadf4da68461d7f0fd06c918 Mon Sep 17 00:00:00 2001 From: Hugo Samayoa Date: Mon, 23 Dec 2024 13:54:43 +0100 Subject: [PATCH] Update setup-opentofu to fix issues with 1.6.x downloads (#1861) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index db192381..b14097b1 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.0.5 with: tofu_version: ${{ inputs.opentofu-version }} tofu_wrapper: false