Automation: update setup-beam version output to cd1df4c

This commit is contained in:
GitHub Actions
2024-04-06 11:16:03 +00:00
parent cd1df4cd09
commit ae6e9db1bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9885,7 +9885,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 = '2f0cc07' const setupBeamVersion = 'cd1df4c'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -49,7 +49,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 = '2f0cc07' const setupBeamVersion = 'cd1df4c'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }