From e2c835f1efbb3b800472497221fc0e5077924676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Tue, 30 Jan 2024 13:22:15 +0100 Subject: [PATCH] chore: Bump baptiste0928/cargo-install GitHub Action from v1 to v2 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 87d4f63ad1..6413759723 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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