Automation: update setup-beam version output to 11a1f27

This commit is contained in:
GitHub Actions
2026-03-06 20:46:44 +00:00
parent 11a1f27b1e
commit 6ee130ce6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80518,7 +80518,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '47d6c3c'
const setupBeamVersion = '11a1f27'
lib_core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '47d6c3c'
const setupBeamVersion = '11a1f27'
core.setOutput('setup-beam-version', setupBeamVersion)
}