Skip to content

Commit 8e7fdef

Browse files
author
GitHub Actions
committed
Automation: update setup-beam version output to 1fe9179
1 parent 1fe9179 commit 8e7fdef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25933,7 +25933,7 @@ async function main() {
2593325933
await maybeInstallRebar3(rebar3Spec)
2593425934

2593525935
// undefined is replaced by a function, post- main branch merge
25936-
const setupBeamVersion = '8fc1380'
25936+
const setupBeamVersion = '1fe9179'
2593725937
core.setOutput('setup-beam-version', setupBeamVersion)
2593825938
}
2593925939

src/setup-beam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function main() {
5353
await maybeInstallRebar3(rebar3Spec)
5454

5555
// undefined is replaced by a function, post- main branch merge
56-
const setupBeamVersion = '8fc1380'
56+
const setupBeamVersion = '1fe9179'
5757
core.setOutput('setup-beam-version', setupBeamVersion)
5858
}
5959

0 commit comments

Comments
 (0)