diff --git a/dist/index.js b/dist/index.js index 0ab92cb..2974c5c 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 = 'b60baf4' + const setupBeamVersion = '07193a0' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index ce69835..7844892 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 = 'b60baf4' + const setupBeamVersion = '07193a0' core.setOutput('setup-beam-version', setupBeamVersion) }