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

NodeJS warnings for: gradle/gradle-build-action@v2 #193

Open
ModeSevenIndustrialSolutions opened this issue Oct 23, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@ModeSevenIndustrialSolutions
Copy link
Contributor

This action needs the version of gradle/gradle-build-action updating:

.github/actions/gradle-build-action/action.yaml:      uses: gradle/gradle-build-action@v2

The latest release is: v3.5.0
The action is currently outputting Node.js deprecation warnings.

@ModeSevenIndustrialSolutions ModeSevenIndustrialSolutions added the enhancement New feature or request label Oct 23, 2024
@ModeSevenIndustrialSolutions
Copy link
Contributor Author

Also worth noting:

As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant