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 workflows #14

Merged
merged 2 commits into from
Dec 1, 2023
Merged

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 17 53 56 Screenshot 2023-11-17 at 17 54 09

- `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
@nbirillo nbirillo merged commit b969a78 into main Dec 1, 2023
4 checks passed
@Undin Undin deleted the arseniy/improve-github-workflows branch December 1, 2023 15:15
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