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 542d9a8
10e9985 · GitHub Actions · 2026-02-28 14:07
Files changed
modified
dist/index.js
+1
−1
@@ -25933,7 +25933,7 @@ async function main() {
| 25933 | 25933 | await maybeInstallRebar3(rebar3Spec) |
| 25934 | 25934 | |
| 25935 | 25935 | // undefined is replaced by a function, post- main branch merge |
| 25936 | − const setupBeamVersion = 'cba803d' | |
| 25936 | + const setupBeamVersion = '542d9a8' | |
| 25937 | 25937 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 25938 | 25938 | } |
| 25939 | 25939 |
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 = 'cba803d' | |
| 56 | + const setupBeamVersion = '542d9a8' | |
| 57 | 57 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 58 | 58 | } |
| 59 | 59 |
Parents: 542d9a8