diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bb663e..54794c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -84,7 +84,7 @@ jobs: targets: x86_64-unknown-linux-musl components: rustfmt, clippy - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -109,7 +109,7 @@ jobs: - name: Install cross run: cargo install cross --git https://github.com/cross-rs/cross - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry