Skip to content

Commit a770081

Browse files
author
GitHub Actions
committed
Automation: update setup-beam version output to 9092f97
1 parent 9092f97 commit a770081

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
@@ -9156,7 +9156,7 @@ async function main() {
91569156
await maybeInstallRebar3(rebar3Spec)
91579157

91589158
// undefined is replaced by a function, post- main branch merge
9159-
const setupBeamVersion = '3e793a7'
9159+
const setupBeamVersion = '9092f97'
91609160
core.setOutput('setup-beam-version', setupBeamVersion)
91619161
}
91629162

src/setup-beam.js

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

5353
// undefined is replaced by a function, post- main branch merge
54-
const setupBeamVersion = '3e793a7'
54+
const setupBeamVersion = '9092f97'
5555
core.setOutput('setup-beam-version', setupBeamVersion)
5656
}
5757

0 commit comments

Comments
 (0)