From 0f7d487d068918489d1ab56ebb9a9b34e98ba846 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Tue, 23 May 2023 03:54:51 -0700 Subject: [PATCH] Install v0.47.3 by default --- .github/actions/toast/action.yml | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/toast/action.yml b/.github/actions/toast/action.yml index 60fb6d1..0eed722 100644 --- a/.github/actions/toast/action.yml +++ b/.github/actions/toast/action.yml @@ -18,5 +18,5 @@ inputs: required: true default: 'false' runs: - using: node12 + using: node16 main: index.js diff --git a/install.sh b/install.sh index 42939db..c2657db 100755 --- a/install.sh +++ b/install.sh @@ -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=''