Automation: update setup-beam version output to 559a930

bf1ce74 · GitHub Actions · 2026-03-14 16:57

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -57685,7 +57685,7 @@ async function main() {
57685 57685 await maybeInstallRebar3(rebar3Spec)
57686 57686
57687 57687 // undefined is replaced by a function, post- main branch merge
57688 const setupBeamVersion = '0a54959'
57688 + const setupBeamVersion = '559a930'
57689 57689 setOutput('setup-beam-version', setupBeamVersion)
57690 57690 }
57691 57691
modified src/setup-beam.js
+1 −1
@@ -58,7 +58,7 @@ async function main() {
58 58 await maybeInstallRebar3(rebar3Spec)
59 59
60 60 // undefined is replaced by a function, post- main branch merge
61 const setupBeamVersion = '0a54959'
61 + const setupBeamVersion = '559a930'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: 559a930