From 4168d0bf3c54ceab59b4acc4a13c3e12e9cca1c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 15 Jul 2025 00:44:26 +0000 Subject: [PATCH] Automation: update setup-beam version output to 8c38699 --- 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 31c4751..5f6c4b9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25933,7 +25933,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'db4f13c' + const setupBeamVersion = '8c38699' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index bda58e3..f0e2828 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -53,7 +53,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'db4f13c' + const setupBeamVersion = '8c38699' core.setOutput('setup-beam-version', setupBeamVersion) }