From a0b139a890cb03bcc135bc689d86d44956e21472 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 26 Jun 2025 19:39:33 +0000 Subject: [PATCH] Automation: update setup-beam version output to 6a38171 --- 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 18eaf27..df91dad 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 = 'a8bc27e' + const setupBeamVersion = '6a38171' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index ebada63..3f659a5 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 = 'a8bc27e' + const setupBeamVersion = '6a38171' core.setOutput('setup-beam-version', setupBeamVersion) }