Skip to content

Commit 5f23f53

Browse files
renovate[bot]TheMeinerLP
authored andcommitted
Update dependency crate-ci/typos to v1.20.4
1 parent b36a352 commit 5f23f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-typos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
TYPOS_VERSION=v1.20.3
7+
TYPOS_VERSION=v1.20.4
88

99
if [[ $OSTYPE == darwin* ]] ; then
1010
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

0 commit comments

Comments
 (0)