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 cd1df4c
ae6e9db · GitHub Actions · 2024-04-06 11:16
Files changed
modified
dist/index.js
+1
−1
@@ -9885,7 +9885,7 @@ async function main() {
| 9885 | 9885 | await maybeInstallRebar3(rebar3Spec) |
| 9886 | 9886 | |
| 9887 | 9887 | // undefined is replaced by a function, post- main branch merge |
| 9888 | − const setupBeamVersion = '2f0cc07' | |
| 9888 | + const setupBeamVersion = 'cd1df4c' | |
| 9889 | 9889 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 9890 | 9890 | } |
| 9891 | 9891 |
modified
src/setup-beam.js
+1
−1
@@ -49,7 +49,7 @@ async function main() {
| 49 | 49 | await maybeInstallRebar3(rebar3Spec) |
| 50 | 50 | |
| 51 | 51 | // undefined is replaced by a function, post- main branch merge |
| 52 | − const setupBeamVersion = '2f0cc07' | |
| 52 | + const setupBeamVersion = 'cd1df4c' | |
| 53 | 53 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 54 | 54 | } |
| 55 | 55 |
Parents: cd1df4c