Automation: update setup-beam version output to a8bc27e

This commit is contained in:
GitHub Actions
2025-06-24 23:13:55 +00:00
parent a8bc27ec39
commit 75edbb8287
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'abd725c'
const setupBeamVersion = 'a8bc27e'
core.setOutput('setup-beam-version', setupBeamVersion)
}