Automation: update setup-beam version output to b8e9da7

This commit is contained in:
GitHub Actions
2024-05-31 15:29:11 +00:00
parent b8e9da70d1
commit 0a541161e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9885,7 +9885,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '6292fa4'
const setupBeamVersion = 'b8e9da7'
core.setOutput('setup-beam-version', setupBeamVersion)
}