Automation: update setup-beam version output to 2fdf20c

This commit is contained in:
GitHub Actions
2024-09-25 11:21:08 +00:00
parent 2fdf20c985
commit 074443e9dc
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 = '9db386c'
const setupBeamVersion = '2fdf20c'
core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -50,7 +50,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '9db386c'
const setupBeamVersion = '2fdf20c'
core.setOutput('setup-beam-version', setupBeamVersion)
}