Skip to content

Commit

Permalink
Update dependency crate-ci/typos to v1.27.3 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 19ade3e commit 07abfbb
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.27.2
TYPOS_VERSION=v1.27.3

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 07abfbb

Please sign in to comment.