diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98a9a85..eac2e27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: toolchain: ${{ matrix.toolchain }} target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@v2.7.6 + - uses: Swatinem/rust-cache@v2.7.7 with: key: ${{ matrix.target }} @@ -103,7 +103,7 @@ jobs: toolchain: ${{ matrix.toolchain }} target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@v2.7.6 + - uses: Swatinem/rust-cache@v2.7.7 with: key: ${{ matrix.target }}