Automation: update setup-beam version output to 47d6c3c

This commit is contained in:
GitHub Actions
2026-03-03 17:18:10 +00:00
parent 47d6c3c4af
commit 83bf0e8bac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80518,7 +80518,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '0f6ba5d'
const setupBeamVersion = '47d6c3c'
lib_core.setOutput('setup-beam-version', setupBeamVersion)
}
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = '0f6ba5d'
const setupBeamVersion = '47d6c3c'
core.setOutput('setup-beam-version', setupBeamVersion)
}