From c30c9c6508d6394934d6343551850f7a650142f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:41:01 -0700 Subject: [PATCH] [CI] Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#377) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5190ff9a88..d636fe552c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: components: clippy ${{ matrix.toolchain == 'nightly' && ', miri' || '' }} - name: Rust Cache - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 with: key: "${{ matrix.target }}"