Automation: update setup-beam version output to b27f958

81b8173 · GitHub Actions · 2024-12-05 21:20

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

Parents: b27f958