Skip to content

Commit 42f55ca

Browse files
renovate-botkdeldycke
authored andcommitted
Update crate-ci/typos to 1.44.0
1 parent 632b0f3 commit 42f55ca

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
@@ -253,8 +253,8 @@ jobs:
253253
- name: Install typos
254254
run: |
255255
curl -fsSL --output /tmp/typos.tar.gz \
256-
"https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-unknown-linux-musl.tar.gz"
257-
echo "7bb0734a80c68a2ef1d4d0e64c46d498a50fbdb0d5efddac44e9804a687fef03 /tmp/typos.tar.gz" | sha256sum --check
256+
"https://github.com/crate-ci/typos/releases/download/v1.44.0/typos-v1.44.0-x86_64-unknown-linux-musl.tar.gz"
257+
echo "1b788b7d764e2f20fe089487428a3944ed218d1fb6fcd8eac4230b5893a38779 /tmp/typos.tar.gz" | sha256sum --check
258258
tar xzf /tmp/typos.tar.gz -C /usr/local/bin ./typos
259259
- name: Fix typos
260260
run: typos --write-changes

0 commit comments

Comments
 (0)