Automation: update setup-beam version output to 687000a
4cbacdb · GitHub Actions · 2026-03-09 22:10
Files changed
modified
dist/index.js
+1
−1
@@ -53496,7 +53496,7 @@ async function main() {
| 53496 | 53496 | await maybeInstallRebar3(rebar3Spec) |
| 53497 | 53497 | |
| 53498 | 53498 | // undefined is replaced by a function, post- main branch merge |
| 53499 | − const setupBeamVersion = 'f79887d' | |
| 53499 | + const setupBeamVersion = '687000a' | |
| 53500 | 53500 | setOutput('setup-beam-version', setupBeamVersion) |
| 53501 | 53501 | } |
| 53502 | 53502 |
modified
src/setup-beam.js
+1
−1
@@ -56,7 +56,7 @@ async function main() {
| 56 | 56 | await maybeInstallRebar3(rebar3Spec) |
| 57 | 57 | |
| 58 | 58 | // undefined is replaced by a function, post- main branch merge |
| 59 | − const setupBeamVersion = 'f79887d' | |
| 59 | + const setupBeamVersion = '687000a' | |
| 60 | 60 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 61 | 61 | } |
| 62 | 62 |
Parents: 687000a