From 0510550330de3b7cc9ba72f81fe9c9af66f77f63 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 28 Jun 2026 11:42:59 +0000 Subject: [PATCH] Automation: update setup-beam version output to 9eabb2c --- 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 cd1fe4a..7b58a73 100644 --- a/dist/index.js +++ b/dist/index.js @@ -54753,7 +54753,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '7a27046' + const setupBeamVersion = '9eabb2c' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 966a4b4..57e7953 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -58,7 +58,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '7a27046' + const setupBeamVersion = '9eabb2c' core.setOutput('setup-beam-version', setupBeamVersion) }