kou commented on code in PR #843:
URL: https://github.com/apache/arrow-java/pull/843#discussion_r2331400424
##########
.github/workflows/rc.yml:
##########
@@ -452,7 +452,7 @@ jobs:
contents: read
packages: write
steps:
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #
v5.3.0
+ - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #
v6.0.0
Review Comment:
```suggestion
- uses: actions/setup-python@v6
```
##########
.github/workflows/rc.yml:
##########
@@ -201,7 +201,7 @@ jobs:
repository: apache/parquet-testing
path: arrow/cpp/submodules/parquet-testing
- name: Set up Python
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #
v5.3.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #
v6.0.0
Review Comment:
```suggestion
uses: actions/setup-python@v6
```
--
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]