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

Improve GitHub action workflows #66

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

Undin
Copy link
Contributor

@Undin Undin commented Nov 17, 2023

  • Update versions of some github actions to fix warning of deprecated API usages
  • Cancel outdated runs of the same workflow. It's useful not to finish workflow and free runners after pushing new changes into the same branch. In most cases, you don't need previous results
Warnings before Warnings after
Screenshot 2023-11-17 at 16 45 44 Screenshot 2023-11-17 at 16 53 57

- `actions/checkout` to v4
- `actions/setup-java` to latest v3
- `gradle/gradle-build-action` to latest v2

Old actions use deprecated API and produce unnecessary warnings
It's useful not to finish workflow and free runners after pushing new changes into the same branch. In most cases, you don't need previous results
@onewhl onewhl merged commit da3b198 into main Nov 27, 2023
4 checks passed
@onewhl onewhl deleted the arseniy/improve-github-action-workflows branch November 27, 2023 16:08
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.

2 participants