Automation: update setup-beam version output to b153028

e6d7811 · GitHub Actions · 2026-06-29 22:19

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -37725,7 +37725,7 @@ async function main() {
37725 37725 await maybeInstallRebar3(rebar3Spec)
37726 37726
37727 37727 // undefined is replaced by a function, post- main branch merge
37728 const setupBeamVersion = 'c648472'
37728 + const setupBeamVersion = 'b153028'
37729 37729 setOutput('setup-beam-version', setupBeamVersion)
37730 37730 }
37731 37731
modified src/setup-beam.js
+1 −1
@@ -57,7 +57,7 @@ async function main() {
57 57 await maybeInstallRebar3(rebar3Spec)
58 58
59 59 // undefined is replaced by a function, post- main branch merge
60 const setupBeamVersion = 'c648472'
60 + const setupBeamVersion = 'b153028'
61 61 core.setOutput('setup-beam-version', setupBeamVersion)
62 62 }
63 63

Parents: b153028