Automation: update setup-beam version output to ad42943

9d5c5ca · GitHub Actions · 2026-06-28 15:14

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

Parents: ad42943