diff --git a/dist/index.js b/dist/index.js index ccc989f..2220b54 100644 --- a/dist/index.js +++ b/dist/index.js @@ -37725,7 +37725,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'c648472' + const setupBeamVersion = 'b153028' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index be2cbb1..ec215ca 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -57,7 +57,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'c648472' + const setupBeamVersion = 'b153028' core.setOutput('setup-beam-version', setupBeamVersion) }