Automation: update setup-beam version output to daf8797

fa8ba5f · GitHub Actions · 2026-03-02 22:09

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 = '334f76c'
48228 + const setupBeamVersion = 'daf8797'
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 = '334f76c'
56 + const setupBeamVersion = 'daf8797'
57 57 core.setOutput('setup-beam-version', setupBeamVersion)
58 58 }
59 59

Parents: daf8797