Fokko commented on code in PR #3754:
URL: https://github.com/apache/parquet-java/pull/3754#discussion_r3894177999
##########
.github/workflows/vector-plugins.yml:
##########
@@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up JDK ${{ matrix.java }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
```
##########
.github/workflows/ci-hadoop3.yml:
##########
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up JDK ${{ matrix.java.setup }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
```
--
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]