kevinjqliu commented on code in PR #15788:
URL: https://github.com/apache/iceberg/pull/15788#discussion_r2998915080


##########
.github/workflows/api-binary-compatibility.yml:
##########
@@ -68,6 +69,13 @@ jobs:
       - run: |
           echo "Using the old version tag, as per git describe, of $(git 
describe)";
       - run: ./gradlew revapi --rerun-tasks
+      - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5

Review Comment:
   we should replace `actions/cache` with `gradle/actions/setup-gradle` so we 
dont need to manually configure cache key, tracking in 
https://github.com/apache/iceberg/issues/15789



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to