diff --git a/dist/index.js b/dist/index.js index 31c4751..5f6c4b9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25933,7 +25933,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'db4f13c' + const setupBeamVersion = '8c38699' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index bda58e3..f0e2828 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -53,7 +53,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'db4f13c' + const setupBeamVersion = '8c38699' core.setOutput('setup-beam-version', setupBeamVersion) }