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

chore: update github action for update docs. #2366

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

zhumin8
Copy link
Contributor

@zhumin8 zhumin8 commented Nov 20, 2023

To fix warning:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

And specify temurin as jdk distribution.

@zhumin8 zhumin8 marked this pull request as ready for review November 20, 2023 20:13
@zhumin8 zhumin8 requested a review from a team as a code owner November 20, 2023 20:13
Copy link

sonarcloud bot commented Nov 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@zhumin8 zhumin8 merged commit dfb0e2d into main Nov 21, 2023
52 checks passed
@zhumin8 zhumin8 deleted the doc-updates-actions branch November 21, 2023 16:32
- run: |
git config user.name github-actions
git config user.email github-actions@github.com

- uses: actions/setup-java@v1
- uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be setup-java.

I'll modify it in #2370

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

Successfully merging this pull request may close these issues.

None yet

3 participants