From 50a47d8240a397dca4e0bc827b46357ccaebdcb3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 30 Jun 2026 20:39:42 +0000 Subject: [PATCH] Automation: update setup-beam version output to 149ca49 --- 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 8944fb0..5cdc2fd 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 = 'fa47191' + const setupBeamVersion = '149ca49' setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index e09dcac..e7cfcb8 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 = 'fa47191' + const setupBeamVersion = '149ca49' core.setOutput('setup-beam-version', setupBeamVersion) }