-
Notifications
You must be signed in to change notification settings - Fork 62.7k
Update to v4.4.2 of setup-gradle action #39683
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
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
@@ -100,7 +100,7 @@ jobs: | |||
distribution: 'temurin' | |||
|
|||
- 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Copilot uses AI. Check for mistakes.
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. |
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: