Automation: update setup-beam version output to 190c3a5

fc68ffb · GitHub Actions · 2026-03-30 09:54

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 = '5dfda65'
54756 + const setupBeamVersion = '190c3a5'
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 = '5dfda65'
61 + const setupBeamVersion = '190c3a5'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: 190c3a5