Skip to content

Commit

Permalink
Install v0.47.3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed May 23, 2023
1 parent 968e7d7 commit 0f7d487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/toast/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: true
default: 'false'
runs:
using: node12
using: node16
main: index.js
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DESTINATION="${PREFIX:-/usr/local/bin}/toast"

# Which version to download
RELEASE="v${VERSION:-0.47.2}"
RELEASE="v${VERSION:-0.47.3}"

# Determine which binary to download.
FILENAME=''
Expand Down

0 comments on commit 0f7d487

Please sign in to comment.