Skip to content

Commit 01f620f

Browse files
Update dependency crate-ci/typos to v1.30.0 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 975b36e commit 01f620f

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.29.10
7+
TYPOS_VERSION=v1.30.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)