Automation: update setup-beam version output to 5dfda65

92dab89 · GitHub Actions · 2026-03-28 23:59

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -57691,7 +57691,7 @@ async function main() {
57691 57691 await maybeInstallRebar3(rebar3Spec)
57692 57692
57693 57693 // undefined is replaced by a function, post- main branch merge
57694 const setupBeamVersion = 'bf3c3af'
57694 + const setupBeamVersion = '5dfda65'
57695 57695 setOutput('setup-beam-version', setupBeamVersion)
57696 57696 }
57697 57697
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 = 'bf3c3af'
61 + const setupBeamVersion = '5dfda65'
62 62 core.setOutput('setup-beam-version', setupBeamVersion)
63 63 }
64 64

Parents: 5dfda65