Automation: update setup-beam version output to 8e3c26c

This commit is contained in:
GitHub Actions
2025-04-26 22:55:10 +00:00
parent 8e3c26cc73
commit cc72a5b176
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '3eb03c8'
const setupBeamVersion = '8e3c26c'
core.setOutput('setup-beam-version', setupBeamVersion)
}