diff --git a/dist/index.js b/dist/index.js index 08560d9..c511b39 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25932,7 +25932,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '41ba577' + const setupBeamVersion = '00ffd44' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 3040c2a..8e21d48 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -52,7 +52,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '41ba577' + const setupBeamVersion = '00ffd44' core.setOutput('setup-beam-version', setupBeamVersion) }