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 6c5fe27
98de8ff · GitHub Actions · 2026-02-28 14:28
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 = '972bec8' | |
| 25975 | + const setupBeamVersion = '6c5fe27' | |
| 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 = '972bec8' | |
| 56 | + const setupBeamVersion = '6c5fe27' | |
| 57 | 57 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 58 | 58 | } |
| 59 | 59 |
Parents: 6c5fe27