diff --git a/tools/check-typos.sh b/tools/check-typos.sh index fd4130d..cdd1ca0 100755 --- a/tools/check-typos.sh +++ b/tools/check-typos.sh @@ -4,7 +4,7 @@ set -o errexit set -o nounset set -o pipefail -TYPOS_VERSION=v1.27.2 +TYPOS_VERSION=v1.27.3 if [[ $OSTYPE == darwin* ]] ; then curl --disable --silent --show-error --location "https://github.com/crate-ci/typos/releases/download/${TYPOS_VERSION}/typos-${TYPOS_VERSION}-x86_64-apple-darwin.tar.gz" | tar xzf - ./typos