Skip to content

Commit aa953b4

Browse files
Update dependency crate-ci/typos to v1.37.0
1 parent a3b2521 commit aa953b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-typos.sh

Lines changed: 1 addition & 1 deletion
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.36.3
7+
TYPOS_VERSION=v1.37.0
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)