From 680bbe42e15ec6c88b3433bd0261150e5961b234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:24:46 +0000 Subject: [PATCH] Update Swatinem/rust-cache action to v2.7.3 --- .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 c8b105087..b53825371 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@v2.7.0 + - uses: Swatinem/rust-cache@v2.7.3 with: key: x64 @@ -106,7 +106,7 @@ jobs: toolchain: 1.76.0 override: true - - uses: Swatinem/rust-cache@v2.7.0 + - uses: Swatinem/rust-cache@v2.7.3 with: key: ${{ matrix.arch }} @@ -137,7 +137,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v2.7.0 + - uses: Swatinem/rust-cache@v2.7.3 with: key: pyhq - uses: messense/maturin-action@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ccbe5636..2ce847c6a 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@v2.7.0 + - uses: Swatinem/rust-cache@v2.7.3 - name: Check package versions run: python scripts/check_package_versions.py @@ -111,7 +111,7 @@ jobs: toolchain: stable override: true - - uses: Swatinem/rust-cache@v2.7.0 + - uses: Swatinem/rust-cache@v2.7.3 with: key: ${{ matrix.os }}