From 213ca2eceb4cc377b7b0bade080570fe9ad290f8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 17 Jan 2024 23:33:13 +0000 Subject: [PATCH] Automation: update setup-beam version output to bc84950 --- dist/index.js | 2 +- src/setup-beam.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 9edb829..f208492 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9874,7 +9874,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'undefined' + const setupBeamVersion = 'bc84950' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 6d992f0..15c95fc 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -49,7 +49,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'undefined' + const setupBeamVersion = 'bc84950' core.setOutput('setup-beam-version', setupBeamVersion) }