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



##########
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:
       In order to allow multiple file path 
(https://github.com/actions/cache#whats-new). It is also to make it consistent 
in this file. `cache@v2` is used in all places at this file except here.




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