Automation: update setup-beam version output to f018c1e

af6da5d · GitHub Actions · 2026-03-13 23:46

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -57566,7 +57566,7 @@ async function main() {
57566 57566 await maybeInstallRebar3(rebar3Spec)
57567 57567
57568 57568 // undefined is replaced by a function, post- main branch merge
57569 const setupBeamVersion = 'c8e0954'
57569 + const setupBeamVersion = 'f018c1e'
57570 57570 setOutput('setup-beam-version', setupBeamVersion)
57571 57571 }
57572 57572
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 = 'c8e0954'
61 + const setupBeamVersion = 'f018c1e'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: f018c1e