Automation: update setup-beam version output to 6e9312b

This commit is contained in:
GitHub Actions
2026-06-28 14:53:40 +00:00
parent 6e9312bce0
commit aecd7abd75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '35f5255'
const setupBeamVersion = '6e9312b'
core.setOutput('setup-beam-version', setupBeamVersion)
}