Automation: update setup-beam version output to 3e49772
1f3f354 · GitHub Actions · 2026-03-27 12:11
Files changed
modified
dist/index.js
+1
−1
@@ -57685,7 +57685,7 @@ async function main() {
| 57685 | 57685 | await maybeInstallRebar3(rebar3Spec) |
| 57686 | 57686 | |
| 57687 | 57687 | // undefined is replaced by a function, post- main branch merge |
| 57688 | − const setupBeamVersion = '0afadf6' | |
| 57688 | + const setupBeamVersion = '3e49772' | |
| 57689 | 57689 | setOutput('setup-beam-version', setupBeamVersion) |
| 57690 | 57690 | } |
| 57691 | 57691 |
modified
src/setup-beam.js
+1
−1
@@ -58,7 +58,7 @@ async function main() {
| 58 | 58 | await maybeInstallRebar3(rebar3Spec) |
| 59 | 59 | |
| 60 | 60 | // undefined is replaced by a function, post- main branch merge |
| 61 | − const setupBeamVersion = '0afadf6' | |
| 61 | + const setupBeamVersion = '3e49772' | |
| 62 | 62 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 63 | 63 | } |
| 64 | 64 |
Parents: 3e49772