Automation: update setup-beam version output to 31b1b6d

This commit is contained in:
GitHub Actions
2024-06-22 16:09:00 +00:00
parent 31b1b6df0d
commit 1a58ed397a
2 changed files with 2 additions and 2 deletions
+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 = 'd9b2183'
const setupBeamVersion = '31b1b6d'
core.setOutput('setup-beam-version', setupBeamVersion)
}