Automation: update setup-beam version output to 47d6c3c

83bf0e8 · GitHub Actions · 2026-03-03 17:18

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 = '0f6ba5d'
80521 + const setupBeamVersion = '47d6c3c'
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 = '0f6ba5d'
59 + const setupBeamVersion = '47d6c3c'
60 60 core.setOutput('setup-beam-version', setupBeamVersion)
61 61 }
62 62

Parents: 47d6c3c