diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f59773..fb6f2c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry and build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -55,7 +55,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry and build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry