Automation: update setup-beam version output to 2fdf20c

074443e · GitHub Actions · 2024-09-25 11:21

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -9155,7 +9155,7 @@ async function main() {
9155 9155 await maybeInstallRebar3(rebar3Spec)
9156 9156
9157 9157 // undefined is replaced by a function, post- main branch merge
9158 const setupBeamVersion = '9db386c'
9158 + const setupBeamVersion = '2fdf20c'
9159 9159 core.setOutput('setup-beam-version', setupBeamVersion)
9160 9160 }
9161 9161
modified src/setup-beam.js
+1 −1
@@ -50,7 +50,7 @@ async function main() {
50 50 await maybeInstallRebar3(rebar3Spec)
51 51
52 52 // undefined is replaced by a function, post- main branch merge
53 const setupBeamVersion = '9db386c'
53 + const setupBeamVersion = '2fdf20c'
54 54 core.setOutput('setup-beam-version', setupBeamVersion)
55 55 }
56 56

Parents: 2fdf20c