From 959704067ca5bbac9b0c3a42434524e6fceae44a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:08:55 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.2.1 to 2.7.5 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.1 to 2.7.5. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.2.1...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/pkg.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fddfc8..a01e65f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Restore cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }} @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Restore cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.image }} diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 74079c7..ec15ebf 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Restore cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }} @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Restore cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.image }}