Automation: update setup-beam version output to fd4c26e

This commit is contained in:
GitHub Actions
2024-06-13 23:58:56 +00:00
parent fd4c26e7d0
commit 207128d04a
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 = 'b8e9da7'
const setupBeamVersion = 'fd4c26e'
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 = 'b8e9da7'
const setupBeamVersion = 'fd4c26e'
core.setOutput('setup-beam-version', setupBeamVersion)
}