Automation: update setup-beam version output to e7c76e5

This commit is contained in:
GitHub Actions
2024-06-28 20:42:40 +00:00
parent e7c76e536e
commit d2ccea2f14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9154,7 +9154,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 = '7f9edf8' const setupBeamVersion = 'e7c76e5'
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 = '7f9edf8' const setupBeamVersion = 'e7c76e5'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }