Skip to content

Commit

Permalink
chore: Bump baptiste0928/cargo-install GitHub Action from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and kornelski committed Jan 30, 2024
1 parent 887aa43 commit e2c835f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install or use cached cross-rs/cross
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cross
- name: Cache Cargo Dependencies
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install or use cached `cargo-msrv`
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-msrv
- name: Install MSRV Cargo.lock
Expand Down

0 comments on commit e2c835f

Please sign in to comment.