Skip to content

Commit

Permalink
Merge pull request #372 from mulkieran/cargo-install-v3
Browse files Browse the repository at this point in the history
Upgrade cargo-install to v3
  • Loading branch information
mulkieran authored Aug 9, 2024
2 parents 15e9ae2 + 0e75a79 commit a56df1c
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 a56df1c

Please sign in to comment.