sullis commented on code in PR #1925:
URL: https://github.com/apache/orc/pull/1925#discussion_r1592992647
##########
.github/workflows/build_and_test.yml:
##########
@@ -67,18 +67,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Cache Maven local repository
- uses: actions/cache@v2
- with:
- path: ~/.m2/repository
- key: ${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
- restore-keys: |
- ${{ matrix.java }}-maven-
- name: Install Java ${{ matrix.java }}
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: zulu
java-version: ${{ matrix.java }}
+ cache: 'maven'
Review Comment:
Ack. I have updated the PR description.
--
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]