Skip to content

Commit b5087cf

Browse files
committed
Update crate-ci/typos to 1.44.0
1 parent 8328ceb commit b5087cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autofix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ jobs:
256256
- name: Install typos
257257
run: |
258258
curl -fsSL --output /tmp/typos.tar.gz \
259-
"https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-unknown-linux-musl.tar.gz"
260-
echo "7bb0734a80c68a2ef1d4d0e64c46d498a50fbdb0d5efddac44e9804a687fef03 /tmp/typos.tar.gz" | sha256sum --check
259+
"https://github.com/crate-ci/typos/releases/download/v1.44.0/typos-v1.44.0-x86_64-unknown-linux-musl.tar.gz"
260+
echo "1b788b7d764e2f20fe089487428a3944ed218d1fb6fcd8eac4230b5893a38779 /tmp/typos.tar.gz" | sha256sum --check
261261
tar xzf /tmp/typos.tar.gz -C /usr/local/bin ./typos
262262
- name: Fix typos
263263
run: typos --write-changes

0 commit comments

Comments
 (0)