Automation: update setup-beam version output to 31b1b6d

1a58ed3 · GitHub Actions · 2024-06-22 16:09

2 files +2 -2

Files changed

modified dist/index.js
+1 −1
@@ -9154,7 +9154,7 @@ async function main() {
9154 9154 await maybeInstallRebar3(rebar3Spec)
9155 9155
9156 9156 // undefined is replaced by a function, post- main branch merge
9157 const setupBeamVersion = 'd9b2183'
9157 + const setupBeamVersion = '31b1b6d'
9158 9158 core.setOutput('setup-beam-version', setupBeamVersion)
9159 9159 }
9160 9160
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 = 'd9b2183'
52 + const setupBeamVersion = '31b1b6d'
53 53 core.setOutput('setup-beam-version', setupBeamVersion)
54 54 }
55 55

Parents: 31b1b6d