Automation: update setup-beam version output to 9eabb2c

0510550 · GitHub Actions · 2026-06-28 11:42

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -54753,7 +54753,7 @@ async function main() {
54753 54753 await maybeInstallRebar3(rebar3Spec)
54754 54754
54755 54755 // undefined is replaced by a function, post- main branch merge
54756 const setupBeamVersion = '7a27046'
54756 + const setupBeamVersion = '9eabb2c'
54757 54757 setOutput('setup-beam-version', setupBeamVersion)
54758 54758 }
54759 54759
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 = '7a27046'
61 + const setupBeamVersion = '9eabb2c'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: 9eabb2c