Automation: update setup-beam version output to abd725c

This commit is contained in:
GitHub Actions
2025-06-23 18:32:03 +00:00
parent abd725cb17
commit b29c86feb9
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 = '1e35402' const setupBeamVersion = 'abd725c'
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 = '1e35402' const setupBeamVersion = 'abd725c'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }