Automation: update setup-beam version output to 00ffd44

This commit is contained in:
GitHub Actions
2025-06-16 21:19:30 +00:00
parent 00ffd44f8d
commit 7ddf3b82cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25932,7 +25932,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '41ba577'
const setupBeamVersion = '00ffd44'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -52,7 +52,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '41ba577'
const setupBeamVersion = '00ffd44'
core.setOutput('setup-beam-version', setupBeamVersion)
}