Update to v4.4.2 of setup-gradle action#39683
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
There was a problem hiding this comment.
Pull Request Overview
Updates the Gradle setup action version from v4.0.0 to v4.4.2 in GitHub Actions documentation to encourage users to use the most current version.
- Updates SHA references for gradle/actions/setup-gradle from v4.0.0 to v4.4.2
- Applies the version update consistently across all workflow examples
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/actions/tutorials/publish-packages/publish-java-packages-with-gradle.md | Updates three instances of setup-gradle action to v4.4.2 in package publishing workflows |
| content/actions/tutorials/build-and-test-code/java-with-gradle.md | Updates three instances of setup-gradle action to v4.4.2 in build and test workflows |
|
|
||
| - name: Setup Gradle | ||
| uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0 | ||
| uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2 |
There was a problem hiding this comment.
The PR description mentions updating to v4.4.2 but references v4.0.0 in the description. However, there's a discrepancy: the title says 'v4.4.2' but the description says 'Bump the SHA for gradle/actions/setup-gradle to point to the v4.0.0 release.' This appears to be a documentation error in the PR description, but the actual changes correctly update to v4.4.2.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@jprinet Thanks for opening a PR! I will check in to make sure changing the version won't break anything, and then hopefully we can get this merged. |
|
@jprinet This looks good, so I'll get it added to the merge queue! |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Encourage users to use the most up-to-date version of the setup-gradle action.
What's being changed (if available, include any code snippets, screenshots, or gifs):
Bump the SHA for gradle/actions/setup-gradle to point to the v4.4.2 release.
Check off the following: