diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01e4b87..88b2e7c 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.3 + - uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }} @@ -103,7 +103,7 @@ jobs: toolchain: ${{ matrix.toolchain }} target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@v2.7.3 + - uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }}