From db4b4ce7c5b8d19d413d968bc9b362f63957a5ab Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 30 May 2025 01:53:42 +0000 Subject: [PATCH] Automation: update setup-beam version output to 3025c99 --- 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 fd35648..0f6585b 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 = '65066e3' + const setupBeamVersion = '3025c99' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 3630a1d..926e0c5 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 = '65066e3' + const setupBeamVersion = '3025c99' core.setOutput('setup-beam-version', setupBeamVersion) }