neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Automation: update setup-beam version output to a50e3e2
e7fda7a · GitHub Actions · 2026-03-02 21:22
Files changed
modified
dist/index.js
+1
−1
@@ -25972,7 +25972,7 @@ async function main() {
| 25972 | 25972 | await maybeInstallRebar3(rebar3Spec) |
| 25973 | 25973 | |
| 25974 | 25974 | // undefined is replaced by a function, post- main branch merge |
| 25975 | − const setupBeamVersion = 'fe5485f' | |
| 25975 | + const setupBeamVersion = 'a50e3e2' | |
| 25976 | 25976 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 25977 | 25977 | } |
| 25978 | 25978 |
modified
src/setup-beam.js
+1
−1
@@ -53,7 +53,7 @@ async function main() {
| 53 | 53 | await maybeInstallRebar3(rebar3Spec) |
| 54 | 54 | |
| 55 | 55 | // undefined is replaced by a function, post- main branch merge |
| 56 | − const setupBeamVersion = 'fe5485f' | |
| 56 | + const setupBeamVersion = 'a50e3e2' | |
| 57 | 57 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 58 | 58 | } |
| 59 | 59 |
Parents: a50e3e2