From 58166ce788f663176a7f99966f88d8f0b2c428e5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Mar 2026 03:58:51 +0000 Subject: [PATCH] Automation: update setup-beam version output to 4a07ed8 --- 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 9494763..ff64dbe 100644 --- a/dist/index.js +++ b/dist/index.js @@ -54223,7 +54223,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '9928a16' + const setupBeamVersion = '4a07ed8' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 076da0d..ae74d4a 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 = '9928a16' + const setupBeamVersion = '4a07ed8' core.setOutput('setup-beam-version', setupBeamVersion) }