From 4c35984bbcaaa020831549c921ea2dec33aac7be Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 25 Jan 2024 22:07:33 +0000 Subject: [PATCH] Automation: update setup-beam version output to b60baf4 --- dist/index.js | 2 +- src/setup-beam.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 4317d54..0ab92cb 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 = 'bc84950' + const setupBeamVersion = 'b60baf4' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index b26087e..ce69835 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 = 'bc84950' + const setupBeamVersion = 'b60baf4' core.setOutput('setup-beam-version', setupBeamVersion) }