From abf1dc779c4180b16bd561708af36b841c3bede0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:01:08 +0200 Subject: [PATCH] Update dependency crate-ci/typos to v1.16.20 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tools/check-typos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-typos.sh b/tools/check-typos.sh index a8f6da5..1eecc99 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.16.19 +TYPOS_VERSION=v1.16.20 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