From a70a6d08696c7dbf9b333bc259f7ad02bb950745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:22:40 +0000 Subject: [PATCH] Update Swatinem/rust-cache requirement to 7e35be21c2b94d972b1143087fabc27d7dc881ef Updates the requirements on [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) to permit the latest version. - [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/commits/7e35be21c2b94d972b1143087fabc27d7dc881ef) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 7e35be21c2b94d972b1143087fabc27d7dc881ef dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cba3c33..48eca88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7.0.0 - - uses: Swatinem/rust-cache@baf1a810e98b6a3001d0d7234864ed75a17c42fb # v2 + - uses: Swatinem/rust-cache@7e35be21c2b94d972b1143087fabc27d7dc881ef # v2 - name: Cache armv6b build chain uses: actions/cache@v4 with: