From c0694856cd2ba245f343f3cecbda61afbd8caa9e Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Mon, 9 Oct 2023 22:39:01 +0200 Subject: [PATCH] chore: updated the hardcoded value so it's the latest release. see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1349662831 Signed-off-by: Dmitry Kisler --- dist/index.js | 2 +- lib/setup-tofu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5819f47..4ae4071 100644 --- a/dist/index.js +++ b/dist/index.js @@ -199,7 +199,7 @@ credentials "${credentialsHostname}" { async function run () { try { // Gather GitHub Actions inputs - const version = '1.6.0-alpha1'; + const version = '1.6.0-alpha2'; // TODO: allow dynamic version selection once logic is ready // const version = core.getInput('tofu_version'); const credentialsHostname = core.getInput('cli_config_credentials_hostname'); diff --git a/lib/setup-tofu.js b/lib/setup-tofu.js index ef309ed..15dff56 100644 --- a/lib/setup-tofu.js +++ b/lib/setup-tofu.js @@ -124,7 +124,7 @@ credentials "${credentialsHostname}" { async function run () { try { // Gather GitHub Actions inputs - const version = '1.6.0-alpha1'; + const version = '1.6.0-alpha2'; // TODO: allow dynamic version selection once logic is ready // const version = core.getInput('tofu_version'); const credentialsHostname = core.getInput('cli_config_credentials_hostname');