Automation: update setup-beam version output to 6ed3c52

8fd1f5c · GitHub Actions · 2024-06-15 15:18

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 = 'cfc70fd'
9157 + const setupBeamVersion = '6ed3c52'
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 = 'cfc70fd'
52 + const setupBeamVersion = '6ed3c52'
53 53 core.setOutput('setup-beam-version', setupBeamVersion)
54 54 }
55 55

Parents: 6ed3c52