Skip to content

Commit b9c58b0

Browse files
author
GitHub Actions
committed
Automation: update setup-beam version output to a54aa91
1 parent a54aa91 commit b9c58b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9154,7 +9154,7 @@ async function main() {
91549154
await maybeInstallRebar3(rebar3Spec)
91559155

91569156
// undefined is replaced by a function, post- main branch merge
9157-
const setupBeamVersion = 'ee8d6d1'
9157+
const setupBeamVersion = 'a54aa91'
91589158
core.setOutput('setup-beam-version', setupBeamVersion)
91599159
}
91609160

src/setup-beam.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main() {
4949
await maybeInstallRebar3(rebar3Spec)
5050

5151
// undefined is replaced by a function, post- main branch merge
52-
const setupBeamVersion = 'ee8d6d1'
52+
const setupBeamVersion = 'a54aa91'
5353
core.setOutput('setup-beam-version', setupBeamVersion)
5454
}
5555

0 commit comments

Comments
 (0)