diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47833ea..c4453d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: toolchain: ${{ matrix.toolchain }} # Cache the built dependencies - - uses: Swatinem/rust-cache@v2.6.2 + - uses: Swatinem/rust-cache@v2.8.2 with: save-if: ${{ github.event_name == 'push' }} @@ -83,7 +83,7 @@ jobs: toolchain: ${{ matrix.toolchain }} # Cache the built dependencies - - uses: Swatinem/rust-cache@v2.6.2 + - uses: Swatinem/rust-cache@v2.8.2 with: save-if: ${{ github.event_name == 'push' }}