Automation: update setup-beam version output to 41ba577

This commit is contained in:
GitHub Actions
2025-06-09 01:26:57 +00:00
parent 41ba577f74
commit 6e1d5a5aa6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25932,7 +25932,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '67834dc' const setupBeamVersion = '41ba577'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -52,7 +52,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '67834dc' const setupBeamVersion = '41ba577'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }