Skip to content

Commit

Permalink
Automation: update setup-beam version output to 31b1b6d
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 22, 2024
1 parent 31b1b6d commit 1a58ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9154,7 +9154,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)

// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'd9b2183'
const setupBeamVersion = '31b1b6d'
core.setOutput('setup-beam-version', setupBeamVersion)
}

Expand Down
2 changes: 1 addition & 1 deletion src/setup-beam.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main() {
await maybeInstallRebar3(rebar3Spec)

// undefined is replaced by a function, post- main branch merge
const setupBeamVersion = 'd9b2183'
const setupBeamVersion = '31b1b6d'
core.setOutput('setup-beam-version', setupBeamVersion)
}

Expand Down

0 comments on commit 1a58ed3

Please sign in to comment.