Automation: update setup-beam version output to e5d5058

This commit is contained in:
GitHub Actions
2025-06-30 21:26:33 +00:00
parent e5d50587ee
commit 3c915dd1b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25932,7 +25932,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '9308caf'
const setupBeamVersion = 'e5d5058'
core.setOutput('setup-beam-version', setupBeamVersion)
}