Automation: update setup-beam version output to 9afaa6e

This commit is contained in:
GitHub Actions
2025-07-21 17:28:20 +00:00
parent 9afaa6e45f
commit 033f103421
2 changed files with 9 additions and 5 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 = '8c38699'
const setupBeamVersion = '9afaa6e'
core.setOutput('setup-beam-version', setupBeamVersion)
}