Automation: update setup-beam version output to 8fc1380

6389fe5 · GitHub Actions · 2025-07-01 21:13

4 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -25933,7 +25933,7 @@ async function main() {
25933 25933 await maybeInstallRebar3(rebar3Spec)
25934 25934
25935 25935 // undefined is replaced by a function, post- main branch merge
25936 const setupBeamVersion = 'e5d5058'
25936 + const setupBeamVersion = '8fc1380'
25937 25937 core.setOutput('setup-beam-version', setupBeamVersion)
25938 25938 }
25939 25939
modified src/setup-beam.js
+1 −1
@@ -53,7 +53,7 @@ async function main() {
53 53 await maybeInstallRebar3(rebar3Spec)
54 54
55 55 // undefined is replaced by a function, post- main branch merge
56 const setupBeamVersion = 'e5d5058'
56 + const setupBeamVersion = '8fc1380'
57 57 core.setOutput('setup-beam-version', setupBeamVersion)
58 58 }
59 59

Parents: 8fc1380