From ffa85671a38df68731a6fd26834ba7e8c9626501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:55:55 +0000 Subject: [PATCH] Update dependency crate-ci/typos to v1.19.0 --- 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