Automation: update setup-beam version output to c3137f5

This commit is contained in:
GitHub Actions
2026-03-09 22:19:29 +00:00
parent c3137f5cd5
commit 0f13bcf18a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53496,7 +53496,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '687000a' const setupBeamVersion = 'c3137f5'
setOutput('setup-beam-version', setupBeamVersion) setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '687000a' const setupBeamVersion = 'c3137f5'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }