We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade GitHub Actions to latest version
Ref: apache/spark#38354
The text was updated successfully, but these errors were encountered:
ffb9532
[KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version
2b86d6d
### _Why are the changes needed?_ This pr aims to upgrade github actions version, They all include actions/core upgrades(Cleanup set-output warning), as follow: 1) Upgrade actions/checkout from v2 to v3, https://github.com/actions/checkout/releases/tag/v3.1.0 2) Upgrade docker/login-action from v1 to v2, https://github.com/docker/login-action/releases/tag/v2.1.0 3) Upgrade actions/upload-artifact from v2 to v3, https://github.com/actions/upload-artifact/releases/tag/v3.1.1 4) Upgrade actions/stale from v5 to v6, https://github.com/actions/stale/releases/tag/v6.0.1 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3700 from Yikf/upgrade-ga. Closes #3692 68289e9 [Yikf] Upgrade GA Authored-by: Yikf <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Successfully merging a pull request may close this issue.
Code of Conduct
Search before asking
What would you like to be improved?
How should we improve?
Upgrade GitHub Actions to latest version
Ref: apache/spark#38354
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: