kou commented on code in PR #847:
URL: https://github.com/apache/arrow-java/pull/847#discussion_r2331394902
##########
.github/workflows/rc.yml:
##########
@@ -321,7 +321,7 @@ jobs:
repository: apache/arrow
path: arrow
- name: Set up Java
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b #
v4.6.0
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
Review Comment:
```suggestion
uses: actions/setup-java@v5
```
##########
.github/workflows/test.yml:
##########
@@ -126,7 +126,7 @@ jobs:
jdk: [11]
steps:
- name: Set up Java
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@v5
```
##########
.github/workflows/test.yml:
##########
@@ -95,7 +95,7 @@ jobs:
macos: latest
steps:
- name: Set up Java
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@v5
```
--
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]