Automation: update setup-beam version output to 334f76c

de72677 · GitHub Actions · 2026-03-02 21:59

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -48225,7 +48225,7 @@ async function main() {
48225 48225 await maybeInstallRebar3(rebar3Spec)
48226 48226
48227 48227 // undefined is replaced by a function, post- main branch merge
48228 const setupBeamVersion = 'b8fc6e4'
48228 + const setupBeamVersion = '334f76c'
48229 48229 core.setOutput('setup-beam-version', setupBeamVersion)
48230 48230 }
48231 48231
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 = 'b8fc6e4'
56 + const setupBeamVersion = '334f76c'
57 57 core.setOutput('setup-beam-version', setupBeamVersion)
58 58 }
59 59

Parents: 334f76c