Automation: update setup-beam version output to 9092f97

This commit is contained in:
GitHub Actions
2025-05-27 19:16:07 +00:00
parent 9092f97e4d
commit a770081419
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '3e793a7'
const setupBeamVersion = '9092f97'
core.setOutput('setup-beam-version', setupBeamVersion)
}