Automation: update setup-beam version output to 1f578f0

This commit is contained in:
GitHub Actions
2024-09-25 20:15:02 +00:00
parent 1f578f0ad6
commit 5304e04ea2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9155,7 +9155,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'd73068e'
const setupBeamVersion = '1f578f0'
core.setOutput('setup-beam-version', setupBeamVersion)
}