Automation: update setup-beam version output to cf854bf

This commit is contained in:
GitHub Actions
2024-01-28 18:53:13 +00:00
parent cf854bf149
commit b8913643d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9874,7 +9874,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '07193a0'
const setupBeamVersion = 'cf854bf'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -49,7 +49,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '07193a0'
const setupBeamVersion = 'cf854bf'
core.setOutput('setup-beam-version', setupBeamVersion)
}