Automation: update setup-beam version output to 2abe6cd
b3cbb6a · GitHub Actions · 2026-03-14 16:30
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 = 'eb86ad6' | |
| 57569 | + const setupBeamVersion = '2abe6cd' | |
| 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 = 'eb86ad6' | |
| 61 | + const setupBeamVersion = '2abe6cd' | |
| 62 | 62 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 63 | 63 | } |
| 64 | 64 |
Parents: 2abe6cd