Automation: update setup-beam version output to 5fa4c5f

This commit is contained in:
GitHub Actions
2024-11-13 00:54:01 +00:00
parent 5fa4c5f4ff
commit ff4f054c91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9155,7 +9155,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 = 'e511d62' const setupBeamVersion = '5fa4c5f'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -50,7 +50,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 = 'e511d62' const setupBeamVersion = '5fa4c5f'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }