diff --git a/scripts/check-typos b/scripts/check-typos index 79810f096bb7..92e4c5363cc2 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.15 +TYPOS_VERSION=v1.16.17 if [[ -v CI ]] ; then if [[ $OSTYPE == darwin* ]] ; then