diff --git a/script.sh b/script.sh index 3b34335..c9b444c 100755 --- a/script.sh +++ b/script.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -TYPOS_VERSION=v1.23.3 +TYPOS_VERSION=v1.23.6 if [ -n "${GITHUB_WORKSPACE}" ]; then cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit