Automation: update setup-beam version output to 149ca49

This commit is contained in:
GitHub Actions
2026-06-30 20:39:42 +00:00
parent 149ca49ab5
commit 50a47d8240
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37889,7 +37889,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 = 'fa47191' const setupBeamVersion = '149ca49'
setOutput('setup-beam-version', setupBeamVersion) setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -57,7 +57,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 = 'fa47191' const setupBeamVersion = '149ca49'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }