Automation: update setup-beam version output to f350bf9

This commit is contained in:
GitHub Actions
2025-07-14 18:59:45 +00:00
parent f350bf9e05
commit 1df7f7a827
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25933,7 +25933,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'fceaea9'
const setupBeamVersion = 'f350bf9'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -53,7 +53,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'fceaea9'
const setupBeamVersion = 'f350bf9'
core.setOutput('setup-beam-version', setupBeamVersion)
}