Automation: update setup-beam version output to 1dacaf8

This commit is contained in:
GitHub Actions
2026-03-02 23:14:32 +00:00
parent 1dacaf8a01
commit 3964390c66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48225,7 +48225,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'daf8797' const setupBeamVersion = '1dacaf8'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }
+1 -1
View File
@@ -53,7 +53,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec) await maybeInstallRebar3(rebar3Spec)
// undefined is replaced by a function, post- main branch merge // undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'daf8797' const setupBeamVersion = '1dacaf8'
core.setOutput('setup-beam-version', setupBeamVersion) core.setOutput('setup-beam-version', setupBeamVersion)
} }