Automation: update setup-beam version output to 3360bff

This commit is contained in:
GitHub Actions
2025-01-31 18:29:43 +00:00
parent 3360bfffe1
commit adebba768f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9156,7 +9156,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 = 'ff934e2' const setupBeamVersion = '3360bff'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -51,7 +51,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 = 'ff934e2' const setupBeamVersion = '3360bff'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }