diff --git a/dist/index.js b/dist/index.js index f270466..c58f6c4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -48225,7 +48225,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '334f76c' + const setupBeamVersion = 'daf8797' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index a3f1220..f564809 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 = '334f76c' + const setupBeamVersion = 'daf8797' core.setOutput('setup-beam-version', setupBeamVersion) }