Automation: update setup-beam version output to 3360bff

adebba7 · GitHub Actions · 2025-01-31 18:29

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 = 'ff934e2'
9159 + const setupBeamVersion = '3360bff'
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 = 'ff934e2'
54 + const setupBeamVersion = '3360bff'
55 55 core.setOutput('setup-beam-version', setupBeamVersion)
56 56 }
57 57

Parents: 3360bff