Automation: update setup-beam version output to e1b0201

This commit is contained in:
GitHub Actions
2025-05-29 14:50:46 +00:00
parent e1b020163b
commit 1abc836c22
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 = '58f0e7a'
const setupBeamVersion = 'e1b0201'
core.setOutput('setup-beam-version', setupBeamVersion)
}