Automation: update setup-beam version output to f28fd8e

This commit is contained in:
GitHub Actions
2025-05-25 15:42:38 +00:00
parent f28fd8ebb9
commit 98ad08a06d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9156,7 +9156,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '8e3c26c'
const setupBeamVersion = 'f28fd8e'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -51,7 +51,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '8e3c26c'
const setupBeamVersion = 'f28fd8e'
core.setOutput('setup-beam-version', setupBeamVersion)
}