Automation: update setup-beam version output to 318bea3

This commit is contained in:
GitHub Actions
2025-05-29 14:51:20 +00:00
parent 318bea3c09
commit 889e64e95a
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 = 'e1b0201'
const setupBeamVersion = '318bea3'
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 = 'e1b0201'
const setupBeamVersion = '318bea3'
core.setOutput('setup-beam-version', setupBeamVersion)
}