Automation: update setup-beam version output to 6ed3c52

This commit is contained in:
GitHub Actions
2024-06-15 15:18:27 +00:00
parent 6ed3c523c4
commit 8fd1f5cd6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9154,7 +9154,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'cfc70fd'
const setupBeamVersion = '6ed3c52'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -49,7 +49,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'cfc70fd'
const setupBeamVersion = '6ed3c52'
core.setOutput('setup-beam-version', setupBeamVersion)
}