diff --git a/dist/index.js b/dist/index.js index 7b58a73..de84ad4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -54753,7 +54753,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '9eabb2c' + const setupBeamVersion = '35f5255' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 57e7953..6e27508 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -58,7 +58,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '9eabb2c' + const setupBeamVersion = '35f5255' core.setOutput('setup-beam-version', setupBeamVersion) }