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 e1b0201
1abc836 · GitHub Actions · 2025-05-29 14:50
Files changed
modified
dist/index.js
+1
−1
@@ -25932,7 +25932,7 @@ async function main() {
| 25932 | 25932 | await maybeInstallRebar3(rebar3Spec) |
| 25933 | 25933 | |
| 25934 | 25934 | // undefined is replaced by a function, post- main branch merge |
| 25935 | − const setupBeamVersion = '58f0e7a' | |
| 25935 | + const setupBeamVersion = 'e1b0201' | |
| 25936 | 25936 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 25937 | 25937 | } |
| 25938 | 25938 |
modified
src/setup-beam.js
+1
−1
@@ -52,7 +52,7 @@ async function main() {
| 52 | 52 | await maybeInstallRebar3(rebar3Spec) |
| 53 | 53 | |
| 54 | 54 | // undefined is replaced by a function, post- main branch merge |
| 55 | − const setupBeamVersion = '58f0e7a' | |
| 55 | + const setupBeamVersion = 'e1b0201' | |
| 56 | 56 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 57 | 57 | } |
| 58 | 58 |
Parents: e1b0201