Automation: update setup-beam version output to 45dc207

2ad1b45 · GitHub Actions · 2024-12-07 09:59

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 = 'b27f958'
9158 + const setupBeamVersion = '45dc207'
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 = 'b27f958'
53 + const setupBeamVersion = '45dc207'
54 54 core.setOutput('setup-beam-version', setupBeamVersion)
55 55 }
56 56

Parents: 45dc207