Automation: update setup-beam version output to f28fd8e

98ad08a · GitHub Actions · 2025-05-25 15:42

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -9156,7 +9156,7 @@ async function main() {
9156 9156 await maybeInstallRebar3(rebar3Spec)
9157 9157
9158 9158 // undefined is replaced by a function, post- main branch merge
9159 const setupBeamVersion = '8e3c26c'
9159 + const setupBeamVersion = 'f28fd8e'
9160 9160 core.setOutput('setup-beam-version', setupBeamVersion)
9161 9161 }
9162 9162
modified src/setup-beam.js
+1 −1
@@ -51,7 +51,7 @@ async function main() {
51 51 await maybeInstallRebar3(rebar3Spec)
52 52
53 53 // undefined is replaced by a function, post- main branch merge
54 const setupBeamVersion = '8e3c26c'
54 + const setupBeamVersion = 'f28fd8e'
55 55 core.setOutput('setup-beam-version', setupBeamVersion)
56 56 }
57 57

Parents: f28fd8e