Automation: update setup-beam version output to 07193a0

This commit is contained in:
GitHub Actions
2024-01-28 18:52:29 +00:00
parent 07193a0ba2
commit 4a641b1000
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9874,7 +9874,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'b60baf4'
const setupBeamVersion = '07193a0'
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 = 'b60baf4'
const setupBeamVersion = '07193a0'
core.setOutput('setup-beam-version', setupBeamVersion)
}