adoroszlai opened a new pull request, #9916: URL: https://github.com/apache/ozone/pull/9916
## What changes were proposed in this pull request? Node.js 20 is [deprecated](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/) in GitHub runners. Bump GitHub actions versions to the latest ones for Node.js 24 support. https://issues.apache.org/jira/browse/HDDS-14833 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/23040978600 Verified that all workflows use the same versions: ```bash $ grep --no-filename 'actions/' .github/workflows/*.* | sed 's/^.*uses: //' | sort -u actions/cache/restore@v5 actions/cache/save@v5 actions/cache@v5 actions/checkout@v6 actions/download-artifact@v8 actions/setup-java@v5 actions/setup-python@v6 actions/stale@v10 actions/upload-artifact@v7 ``` -- 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]
