CI: use setup-gradle@v4#4256
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Actions workflow to use the newer setup-gradle@v4 action instead of the deprecated gradle-build-action@v3. This modernizes the CI pipeline by adopting the latest Gradle setup action.
Key changes:
- Updates Gradle action from
gradle/gradle-build-action@v3togradle/actions/setup-gradle@v4 - Replaces the integrated build execution with a separate setup step and manual gradle command
- Maintains the same Gradle version (8.13) across both workflows
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/workflows/publish.yml |
Separates Gradle setup from build execution, using new action and manual gradle command |
.github/actions/install/action.yml |
Updates to use the new setup-gradle action while maintaining same configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4256 +/- ##
=======================================
Coverage 58.79% 58.79%
=======================================
Files 84 84
Lines 13582 13582
=======================================
Hits 7985 7985
Misses 4990 4990
Partials 607 607 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR has been shipped in release v3.7.0. |
1 similar comment
|
This PR has been shipped in release v3.7.0. |
No description provided.