Automation: update setup-beam version output to b94e7d3

This commit is contained in:
GitHub Actions
2025-10-01 11:13:33 +00:00
parent b94e7d372a
commit 566deebc64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '9afaa6e'
const setupBeamVersion = 'b94e7d3'
core.setOutput('setup-beam-version', setupBeamVersion)
}