Skip to content

Commit

Permalink
Update dependency crate-ci/typos to v1.16.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 687db37 commit 56aed47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-typos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

TYPOS_VERSION=v1.16.17
TYPOS_VERSION=v1.16.18

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
Expand Down

0 comments on commit 56aed47

Please sign in to comment.