Automation: update setup-beam version output to d5f3979

87781dc · GitHub Actions · 2026-03-27 12:20

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 = '30056ca'
57688 + const setupBeamVersion = 'd5f3979'
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 = '30056ca'
61 + const setupBeamVersion = 'd5f3979'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: d5f3979