Automation: update setup-beam version output to b60baf4

This commit is contained in:
GitHub Actions
2024-01-25 22:07:33 +00:00
parent b60baf4753
commit 4c35984bbc
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 = 'bc84950'
const setupBeamVersion = 'b60baf4'
core.setOutput('setup-beam-version', setupBeamVersion)
}