diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f60adb..822021c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -45,7 +45,7 @@ jobs: components: clippy - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry