diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11530063..2723184f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: components: clippy - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -77,7 +77,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -146,7 +146,7 @@ jobs: with: targets: ${{ matrix.target }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry