asukaminato0721 commented on code in PR #6140: URL: https://github.com/apache/opendal/pull/6140#discussion_r2083475949
########## .github/workflows/ci_bin_oli.yml: ########## @@ -46,6 +46,20 @@ jobs: need-protoc: true github-token: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/cache@v4 + with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + bin/oli/target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} Review Comment: apache only allow this version https://github.com/apache/infrastructure-actions/blob/main/actions.yml ```yml mozilla-actions/sccache-action: 2e7f9ec7921547d4b46598398ca573513895d0bd: expires_at: 2050-01-01 v0.0.4: expires_at: 2025-08-01 ``` but https://github.blog/changelog/2025-03-20-notification-of-upcoming-breaking-changes-in-github-actions/#decommissioned-cache-service-brownouts > Using a third party action (i.e. not actions/cache) or product that uses an actions cache service to perform caching. In this case, you may need to upgrade to the latest version. Examples: [mozilla/sccache](https://github.com/mozilla/sccache), [Mozilla-Actions/sccache-action](https://github.com/Mozilla-Actions/sccache-action), [Docker with GitHub Actions as a caching backend](https://docs.docker.com/build/cache/backends/gha/) try update the version... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org