Automation: update setup-beam version output to 149ca49
50a47d8 · GitHub Actions · 2026-06-30 20:39
Files changed
modified
dist/index.js
+1
−1
@@ -37889,7 +37889,7 @@ async function main() {
| 37889 | 37889 | await maybeInstallRebar3(rebar3Spec) |
| 37890 | 37890 | |
| 37891 | 37891 | // undefined is replaced by a function, post- main branch merge |
| 37892 | − const setupBeamVersion = 'fa47191' | |
| 37892 | + const setupBeamVersion = '149ca49' | |
| 37893 | 37893 | setOutput('setup-beam-version', setupBeamVersion) |
| 37894 | 37894 | } |
| 37895 | 37895 |
modified
src/setup-beam.js
+1
−1
@@ -57,7 +57,7 @@ async function main() {
| 57 | 57 | await maybeInstallRebar3(rebar3Spec) |
| 58 | 58 | |
| 59 | 59 | // undefined is replaced by a function, post- main branch merge |
| 60 | − const setupBeamVersion = 'fa47191' | |
| 60 | + const setupBeamVersion = '149ca49' | |
| 61 | 61 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 62 | 62 | } |
| 63 | 63 |
Parents: 149ca49