Automation: update setup-beam version output to c648472

b0ba423 · GitHub Actions · 2026-06-29 22:17

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -37701,7 +37701,7 @@ async function main() {
37701 37701 await maybeInstallRebar3(rebar3Spec)
37702 37702
37703 37703 // undefined is replaced by a function, post- main branch merge
37704 const setupBeamVersion = 'f8797dd'
37704 + const setupBeamVersion = 'c648472'
37705 37705 setOutput('setup-beam-version', setupBeamVersion)
37706 37706 }
37707 37707
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 = 'f8797dd'
60 + const setupBeamVersion = 'c648472'
61 61 core.setOutput('setup-beam-version', setupBeamVersion)
62 62 }
63 63

Parents: c648472