Automation: update setup-beam version output to 0f6ba5d

This commit is contained in:
GitHub Actions
2026-03-03 04:07:24 +00:00
parent 0f6ba5d884
commit 0d2a6cb44d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '4a07ed8'
const setupBeamVersion = '0f6ba5d'
core.setOutput('setup-beam-version', setupBeamVersion)
}