opwvhk commented on code in PR #2699:
URL: https://github.com/apache/avro/pull/2699#discussion_r1471395413
##########
.github/workflows/test-lang-java.yml:
##########
@@ -35,52 +35,55 @@ concurrency:
jobs:
test:
- name: Java ${{ matrix.java }} Test
+ name: 'Java Test'
runs-on: ubuntu-latest
- strategy:
- matrix:
- java:
- - '8'
- - '11'
- - '17'
- - '21'
- - '22-ea'
steps:
- - uses: actions/checkout@v4
+ - name: 'Checkout sourcecode'
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #
v4.1.1
- - name: Cache Local Maven Repository
- uses: actions/cache@v4
+ - name: 'Cache Local Maven Repository'
+ uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Review Comment:
Why do we need to go from v4 to v3.3.1?
--
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]