diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9b71d5..d226ea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: components: clippy, llvm-tools-preview - name: Cache cargo registry & target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -81,7 +81,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry