From 4cbacdb2a92d48255a8b35e02b20ec42dacf0693 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Mar 2026 22:10:23 +0000 Subject: [PATCH] Automation: update setup-beam version output to 687000a --- 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 71607a6..3100d4d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -53496,7 +53496,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'f79887d' + const setupBeamVersion = '687000a' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index f7e796f..f02b787 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -56,7 +56,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'f79887d' + const setupBeamVersion = '687000a' core.setOutput('setup-beam-version', setupBeamVersion) }