From 7ddf3b82ccb79fc47cf614f47d3acc1781efe460 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 16 Jun 2025 21:19:30 +0000 Subject: [PATCH] Automation: update setup-beam version output to 00ffd44 --- 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 08560d9..c511b39 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25932,7 +25932,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '41ba577' + const setupBeamVersion = '00ffd44' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 3040c2a..8e21d48 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -52,7 +52,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = '41ba577' + const setupBeamVersion = '00ffd44' core.setOutput('setup-beam-version', setupBeamVersion) }