From 2bb5b653d0dc50a139d649c97f117eb9afe7a2be Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Jul 2025 15:18:41 +0000 Subject: [PATCH] Automation: update setup-beam version output to 1d4efdd --- 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 a4afa72..86ab013 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 = '6dd8a1a' + const setupBeamVersion = '1d4efdd' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index 9345ca5..9c74ad9 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 = '6dd8a1a' + const setupBeamVersion = '1d4efdd' core.setOutput('setup-beam-version', setupBeamVersion) }