Automation: update setup-beam version output to 4ec4e80

This commit is contained in:
GitHub Actions
2024-02-29 21:37:15 +00:00
parent 4ec4e80c33
commit 48f1d0ccc2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9885,7 +9885,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'eb31c4c'
const setupBeamVersion = '4ec4e80'
core.setOutput('setup-beam-version', setupBeamVersion)
}