Automation: update setup-beam version output to 0f6ba5d

0d2a6cb · GitHub Actions · 2026-03-03 04:07

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

Parents: 0f6ba5d