Automation: update setup-beam version output to b8fc6e4

86b5ecb · GitHub Actions · 2026-03-02 21:34

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -48206,7 +48206,7 @@ async function main() {
48206 48206 await maybeInstallRebar3(rebar3Spec)
48207 48207
48208 48208 // undefined is replaced by a function, post- main branch merge
48209 const setupBeamVersion = 'a50e3e2'
48209 + const setupBeamVersion = 'b8fc6e4'
48210 48210 core.setOutput('setup-beam-version', setupBeamVersion)
48211 48211 }
48212 48212
modified src/setup-beam.js
+1 −1
@@ -53,7 +53,7 @@ async function main() {
53 53 await maybeInstallRebar3(rebar3Spec)
54 54
55 55 // undefined is replaced by a function, post- main branch merge
56 const setupBeamVersion = 'a50e3e2'
56 + const setupBeamVersion = 'b8fc6e4'
57 57 core.setOutput('setup-beam-version', setupBeamVersion)
58 58 }
59 59

Parents: b8fc6e4