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');