Automation: update setup-beam version output to c35be0e

This commit is contained in:
GitHub Actions
2026-06-29 22:24:43 +00:00
parent c35be0e285
commit fad8771ace
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'b153028'
const setupBeamVersion = 'c35be0e'
core.setOutput('setup-beam-version', setupBeamVersion)
}