From adebba768f31e96a7cfd0905107c5b0e3fec1333 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 31 Jan 2025 18:29:43 +0000 Subject: [PATCH] Automation: update setup-beam version output to 3360bff --- 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 259b5646..a58cbd7a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9156,7 +9156,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'ff934e2' + const setupBeamVersion = '3360bff' core.setOutput('setup-beam-version', setupBeamVersion) } diff --git a/src/setup-beam.js b/src/setup-beam.js index fc82096f..5dfb36a5 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -51,7 +51,7 @@ async function main() { await maybeInstallRebar3(rebar3Spec) // undefined is replaced by a function, post- main branch merge - const setupBeamVersion = 'ff934e2' + const setupBeamVersion = '3360bff' core.setOutput('setup-beam-version', setupBeamVersion) }