chore(deps): update baptiste0928/cargo-install action to v3

This commit is contained in:
renovate[bot] 2024-02-02 01:54:13 +00:00 committed by GitHub
parent ce6a33bf99
commit c7f8f0b598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ jobs:
key: cargo-cache-${{ hashFiles('Cargo.lock', 'Cargo.toml') }}-${{ matrix.os }}
- name: Install cargo-hack
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941 # v2
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3
with:
crate: cargo-hack
@ -117,12 +117,12 @@ jobs:
components: clippy, rustfmt
- name: Install cargo-nextest
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941 # v2
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3
with:
crate: cargo-nextest
- name: Install cargo-hack
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941 # v2
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3
with:
crate: cargo-hack