diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6152c523..032b90a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: id: toolchain uses: dtolnay/rust-toolchain@stable - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 if: runner.os != 'macOS' # cache doesn't seem to behave nicely on macOS, see: https://github.com/ActivityWatch/aw-server-rust/issues/180 env: cache-name: cargo-build-target @@ -55,7 +55,7 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@stable - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cargo-build-target-android with: @@ -113,7 +113,7 @@ jobs: # toolchain: nightly # override: true # - name: Cache cargo build - # uses: actions/cache@v5 + # uses: actions/cache@v6 # env: # cache-name: cargo-build-target-coverage # with: