diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c3ca7..2d79366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - name: Install rustfmt and clippy run: rustup component add rustfmt clippy - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry