Automation: update setup-beam version output to b60baf4

4c35984 · GitHub Actions · 2024-01-25 22:07

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -9874,7 +9874,7 @@ async function main() {
9874 9874 await maybeInstallRebar3(rebar3Spec)
9875 9875
9876 9876 // undefined is replaced by a function, post- main branch merge
9877 const setupBeamVersion = 'bc84950'
9877 + const setupBeamVersion = 'b60baf4'
9878 9878 core.setOutput('setup-beam-version', setupBeamVersion)
9879 9879 }
9880 9880
modified src/setup-beam.js
+1 −1
@@ -49,7 +49,7 @@ async function main() {
49 49 await maybeInstallRebar3(rebar3Spec)
50 50
51 51 // undefined is replaced by a function, post- main branch merge
52 const setupBeamVersion = 'bc84950'
52 + const setupBeamVersion = 'b60baf4'
53 53 core.setOutput('setup-beam-version', setupBeamVersion)
54 54 }
55 55

Parents: b60baf4