Automation: update setup-beam version output to 9308caf

This commit is contained in:
GitHub Actions
2025-06-30 21:10:39 +00:00
parent 9308cafcbf
commit b1273cf7cc
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 = '6a38171'
const setupBeamVersion = '9308caf'
core.setOutput('setup-beam-version', setupBeamVersion)
}