Skip to content
New issue

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 avoid github action warnings #51

Closed
chengfang opened this issue Dec 12, 2022 · 1 comment
Closed

Upgrade github actions to avoid github action warnings #51

chengfang opened this issue Dec 12, 2022 · 1 comment

Comments

@chengfang
Copy link
Contributor

There are warnings in github actions summary page:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, AdoptOpenJDK/install-jdk@v1

We should upgrade to the following actions:

actions/checkout@v3: https://github.com/actions/checkout

actions/setup-java@v3: https://github.com/actions/setup-java

actions/upload-artifact@v3: https://github.com/actions/upload-artifact

ropalka added a commit that referenced this issue Dec 13, 2022
issue #51 Upgrade github actions to avoid github action warnings
ropalka added a commit that referenced this issue Dec 13, 2022
1.7 branch issue #51 Upgrade github actions to avoid github action warnings
@ropalka
Copy link
Collaborator

ropalka commented Dec 13, 2022

Thanks for reporting this @chengfang !

@ropalka ropalka closed this as completed Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants