Automation: update setup-beam version output to 687000a

This commit is contained in:
GitHub Actions
2026-03-09 22:10:23 +00:00
parent 687000ab96
commit 4cbacdb2a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53496,7 +53496,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'f79887d'
const setupBeamVersion = '687000a'
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 = 'f79887d'
const setupBeamVersion = '687000a'
core.setOutput('setup-beam-version', setupBeamVersion)
}