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 5fa4c5f
ff4f054 · GitHub Actions · 2024-11-13 00:54
Files changed
modified
dist/index.js
+1
−1
@@ -9155,7 +9155,7 @@ async function main() {
| 9155 | 9155 | await maybeInstallRebar3(rebar3Spec) |
| 9156 | 9156 | |
| 9157 | 9157 | // undefined is replaced by a function, post- main branch merge |
| 9158 | − const setupBeamVersion = 'e511d62' | |
| 9158 | + const setupBeamVersion = '5fa4c5f' | |
| 9159 | 9159 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 9160 | 9160 | } |
| 9161 | 9161 |
modified
src/setup-beam.js
+1
−1
@@ -50,7 +50,7 @@ async function main() {
| 50 | 50 | await maybeInstallRebar3(rebar3Spec) |
| 51 | 51 | |
| 52 | 52 | // undefined is replaced by a function, post- main branch merge |
| 53 | − const setupBeamVersion = 'e511d62' | |
| 53 | + const setupBeamVersion = '5fa4c5f' | |
| 54 | 54 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 55 | 55 | } |
| 56 | 56 |
Parents: 5fa4c5f