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 9308caf
b1273cf · GitHub Actions · 2025-06-30 21:10
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 = '6a38171' | |
| 25935 | + const setupBeamVersion = '9308caf' | |
| 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 = '6a38171' | |
| 55 | + const setupBeamVersion = '9308caf' | |
| 56 | 56 | core.setOutput('setup-beam-version', setupBeamVersion) |
| 57 | 57 | } |
| 58 | 58 |
Parents: 9308caf