Automation: update setup-beam version output to 98c13a9
9d5b75d · GitHub Actions · 2026-03-09 22:41
Files changed
modified
dist/index.js
+1
−1
@@ -57566,7 +57566,7 @@ async function main() {
| 57566 | 57566 | await maybeInstallRebar3(rebar3Spec) |
| 57567 | 57567 | |
| 57568 | 57568 | // undefined is replaced by a function, post- main branch merge |
| 57569 | − const setupBeamVersion = 'c3137f5' | |
| 57569 | + const setupBeamVersion = '98c13a9' | |
| 57570 | 57570 | setOutput('setup-beam-version', setupBeamVersion) |
| 57571 | 57571 | } |
| 57572 | 57572 |
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 = 'c3137f5' | |
| 61 | + const setupBeamVersion = '98c13a9' | |
| 62 | 62 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 63 | 63 | } |
| 64 | 64 |
Parents: 98c13a9