diff --git a/scripts/check-typos b/scripts/check-typos index fbd5128a625..0944c233238 100755 --- a/scripts/check-typos +++ b/scripts/check-typos @@ -4,7 +4,7 @@ set -o errexit set -o nounset set -o pipefail -TYPOS_VERSION=v1.16.26 +TYPOS_VERSION=v1.19.0 if [[ -v CI ]] ; then if [[ $OSTYPE == darwin* ]] ; then