From 551a8c58c53a9468213c95138603cdb06e632ec2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 7 Jul 2026 11:58:09 +0000 Subject: [PATCH] Automation: update setup-beam version output to 74e4a98 --- 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 22b9efd..25ebe00 100644 --- a/dist/index.js +++ b/dist/index.js @@ -37889,7 +37889,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '837c16f' + const setupBeamVersion = '74e4a98' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 07f545c..3eec768 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -57,7 +57,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '837c16f' + const setupBeamVersion = '74e4a98' core.setOutput('setup-beam-version', setupBeamVersion) }