Skip to content

Commit

Permalink
Merge pull request #932 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 9cb5f60 + 74a5135 commit 7d5eaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
components: ${{ matrix.components }}
toolchain: ${{ matrix.toolchain }}
- uses: baptiste0928/cargo-install@v2
- uses: baptiste0928/cargo-install@v3
with:
crate: typos-cli
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sudo apt-get -q update
sudo apt-get -y install libdevmapper-dev
- uses: baptiste0928/cargo-install@v2
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
- name: Test ${{ matrix.task }} on ${{ matrix.toolchain }} toolchain
Expand Down

0 comments on commit 7d5eaf2

Please sign in to comment.