HyukjinKwon commented on a change in pull request #29536:
URL: https://github.com/apache/spark/pull/29536#discussion_r476259282



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -99,10 +99,14 @@ jobs:
       run: git merge --progress --ff-only origin/${{ 
github.event.inputs.target }}
     # Cache local repositories. Note that GitHub Actions cache has a 2G limit.
     - name: Cache Scala, SBT, Maven and Zinc
-      uses: actions/cache@v1
+      uses: actions/cache@v2

Review comment:
       Previously, other files like `build/mvn` and `build/sbt` are also cached 
and overwritten. So, when you have some changes there, they are ignored.




----------------------------------------------------------------
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.

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