From 4ef49962067cc40651358a09a28422086fc10e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:59:45 +0000 Subject: [PATCH] Update Swatinem/rust-cache action to v2 --- .github/workflows/build.yml | 6 +++--- .github/workflows/test.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acb16dfc7..8551ad177 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: toolchain: 1.76.0 override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: x64 @@ -106,7 +106,7 @@ jobs: toolchain: 1.76.0 override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.arch }} @@ -137,7 +137,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: pyhq - uses: messense/maturin-action@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3e1e263f..7fdf39064 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: override: true components: clippy, rustfmt - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Check package versions run: python scripts/check_package_versions.py @@ -111,7 +111,7 @@ jobs: toolchain: stable override: true - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.os }}