Skip to content

Commit

Permalink
Upgrade cargo-install to v3
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Aug 9, 2024
1 parent 15e9ae2 commit 0e75a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.TOOLCHAIN }}
- uses: baptiste0928/cargo-install@v2
- uses: baptiste0928/cargo-install@v3
with:
crate: typos-cli
- name: Test typos on ${{ env.TOOLCHAIN }} toolchain
Expand Down

0 comments on commit 0e75a79

Please sign in to comment.