Skip to content

Commit 5b0cede

Browse files
authored
update action again
1 parent fe2f7b2 commit 5b0cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Install cargo deadlinks
2323
run: |
24-
curl -L -o ~/.cargo/bin/cargo-deadlinks https://github.com/deadlinks/cargo-deadlinks/releases/download/0.4.2/deadlinks-linux
24+
curl -L -o ~/.cargo/bin/cargo-deadlinks https://github.com/deadlinks/cargo-deadlinks/releases/download/0.8.1/cargo-deadlinks-linux
2525
chmod +x ~/.cargo/bin/cargo-deadlinks
2626
cargo deadlinks --version
2727
- name: Nits

0 commit comments

Comments
 (0)