Automation: update setup-beam version output to 11a1f27

6ee130c · GitHub Actions · 2026-03-06 20:46

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -80518,7 +80518,7 @@ async function main() {
80518 80518 await maybeInstallRebar3(rebar3Spec)
80519 80519
80520 80520 // undefined is replaced by a function, post- main branch merge
80521 const setupBeamVersion = '47d6c3c'
80521 + const setupBeamVersion = '11a1f27'
80522 80522 lib_core.setOutput('setup-beam-version', setupBeamVersion)
80523 80523 }
80524 80524
modified src/setup-beam.js
+1 −1
@@ -56,7 +56,7 @@ async function main() {
56 56 await maybeInstallRebar3(rebar3Spec)
57 57
58 58 // undefined is replaced by a function, post- main branch merge
59 const setupBeamVersion = '47d6c3c'
59 + const setupBeamVersion = '11a1f27'
60 60 core.setOutput('setup-beam-version', setupBeamVersion)
61 61 }
62 62

Parents: 11a1f27