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 a54aa91
b9c58b0 · GitHub Actions · 2024-07-17 20:57
Files changed
modified
dist/index.js
+1
−1
@@ -9154,7 +9154,7 @@ async function main() {
| 9154 | 9154 | await maybeInstallRebar3(rebar3Spec) |
| 9155 | 9155 | |
| 9156 | 9156 | // undefined is replaced by a function, post- main branch merge |
| 9157 | − const setupBeamVersion = 'ee8d6d1' | |
| 9157 | + const setupBeamVersion = 'a54aa91' | |
| 9158 | 9158 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 9159 | 9159 | } |
| 9160 | 9160 |
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 = 'ee8d6d1' | |
| 52 | + const setupBeamVersion = 'a54aa91' | |
| 53 | 53 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 54 | 54 | } |
| 55 | 55 |
Parents: a54aa91