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

Upgrade Gradle action in workflows #4

Merged
merged 1 commit into from
May 28, 2024

Conversation

IanTapply22
Copy link
Owner

Description

Replaces the outdated action gradle/gradle-build-action@v3 with gradle/actions/setup-gradle@v3

Fixes #3

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

According to the documentation on the Gradle action and the warning generated: https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#the-action-gradlegradle-build-action-has-been-replaced-by-gradleactionssetup-gradle

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation, if any
  • My changes generate no new warnings
  • I have performed tests that prove my fix is effective or that my feature works, if necessary
  • New and existing unit tests pass locally with my changes

@IanTapply22 IanTapply22 added the bug Something isn't working label May 28, 2024
@IanTapply22 IanTapply22 self-assigned this May 28, 2024
@IanTapply22 IanTapply22 merged commit eb1c261 into main May 28, 2024
4 checks passed
@IanTapply22 IanTapply22 deleted the replace-outdated-gradle-action branch May 28, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace outdated Gradle workflow image
1 participant