Skip to content

Commit 7d5eaf2

Browse files
authored
Merge pull request #932 from mulkieran/cargo-install-v3
Upgrade cargo-install to v3
2 parents 9cb5f60 + 74a5135 commit 7d5eaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
components: ${{ matrix.components }}
4747
toolchain: ${{ matrix.toolchain }}
48-
- uses: baptiste0928/cargo-install@v2
48+
- uses: baptiste0928/cargo-install@v3
4949
with:
5050
crate: typos-cli
5151
- name: Install dependencies

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
sudo apt-get -q update
3636
sudo apt-get -y install libdevmapper-dev
37-
- uses: baptiste0928/cargo-install@v2
37+
- uses: baptiste0928/cargo-install@v3
3838
with:
3939
crate: cargo-audit
4040
- name: Test ${{ matrix.task }} on ${{ matrix.toolchain }} toolchain

0 commit comments

Comments
 (0)