Automation: update setup-beam version output to 3598349

b59f496 · GitHub Actions · 2026-06-30 20:03

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -37889,7 +37889,7 @@ async function main() {
37889 37889 await maybeInstallRebar3(rebar3Spec)
37890 37890
37891 37891 // undefined is replaced by a function, post- main branch merge
37892 const setupBeamVersion = 'c35be0e'
37892 + const setupBeamVersion = '3598349'
37893 37893 setOutput('setup-beam-version', setupBeamVersion)
37894 37894 }
37895 37895
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 = 'c35be0e'
60 + const setupBeamVersion = '3598349'
61 61 core.setOutput('setup-beam-version', setupBeamVersion)
62 62 }
63 63

Parents: 3598349