Automation: update setup-beam version output to 30056ca

930b328 · GitHub Actions · 2026-03-27 12:18

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -57685,7 +57685,7 @@ async function main() {
57685 57685 await maybeInstallRebar3(rebar3Spec)
57686 57686
57687 57687 // undefined is replaced by a function, post- main branch merge
57688 const setupBeamVersion = '3e49772'
57688 + const setupBeamVersion = '30056ca'
57689 57689 setOutput('setup-beam-version', setupBeamVersion)
57690 57690 }
57691 57691
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 = '3e49772'
61 + const setupBeamVersion = '30056ca'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: 30056ca