Automation: update setup-beam version output to fa47191

This commit is contained in:
GitHub Actions
2026-06-30 20:09:03 +00:00
parent fa471919e3
commit 48f5ea24e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37889,7 +37889,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '3598349'
const setupBeamVersion = 'fa47191'
setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -57,7 +57,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '3598349'
const setupBeamVersion = 'fa47191'
core.setOutput('setup-beam-version', setupBeamVersion)
}