From e6d7c94229049569db56a7ad5a540c051a010af9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Jul 2025 15:21:07 +0000 Subject: [PATCH] Automation: update setup-beam version output to fceaea9 --- 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 43d2844..9771b88 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 = '1d4efdd' + const setupBeamVersion = 'fceaea9' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 18973be..ce34b5d 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 = '1d4efdd' + const setupBeamVersion = 'fceaea9' core.setOutput('setup-beam-version', setupBeamVersion) }