Automation: update setup-beam version output to 45dc207

This commit is contained in:
GitHub Actions
2024-12-07 09:59:12 +00:00
parent 45dc207efd
commit 2ad1b45db1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9155,7 +9155,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'b27f958'
const setupBeamVersion = '45dc207'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -50,7 +50,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'b27f958'
const setupBeamVersion = '45dc207'
core.setOutput('setup-beam-version', setupBeamVersion)
}