From 0f13bcf18a7fc2199c7096a730e06b4cf105a8fa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Mar 2026 22:19:29 +0000 Subject: [PATCH] Automation: update setup-beam version output to c3137f5 --- 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 c8ea0ad..e32864e 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 = '687000a' + const setupBeamVersion = 'c3137f5' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index fb40c0a..d9663fb 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 = '687000a' + const setupBeamVersion = 'c3137f5' core.setOutput('setup-beam-version', setupBeamVersion) }