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 <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-09 22:39:01 +02:00
parent 23ad7200d0
commit c0694856cd
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -199,7 +199,7 @@ credentials "${credentialsHostname}" {
async function run () { async function run () {
try { try {
// Gather GitHub Actions inputs // 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 // TODO: allow dynamic version selection once logic is ready
// const version = core.getInput('tofu_version'); // const version = core.getInput('tofu_version');
const credentialsHostname = core.getInput('cli_config_credentials_hostname'); const credentialsHostname = core.getInput('cli_config_credentials_hostname');

View file

@ -124,7 +124,7 @@ credentials "${credentialsHostname}" {
async function run () { async function run () {
try { try {
// Gather GitHub Actions inputs // 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 // TODO: allow dynamic version selection once logic is ready
// const version = core.getInput('tofu_version'); // const version = core.getInput('tofu_version');
const credentialsHostname = core.getInput('cli_config_credentials_hostname'); const credentialsHostname = core.getInput('cli_config_credentials_hostname');