From 5e76ce1782e987f529552d8f39e3fa3ededf9f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:30:15 +0100 Subject: [PATCH] Update dependency crate-ci/typos to v1.19.0 (#7149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/check-typos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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