lfit / releng-reusable-workflows

Reusuable workflows developed by LF Release Engineering
Apache License 2.0
1 stars 9 forks source link

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

Open ModeSevenIndustrialSolutions opened 4 hours ago

ModeSevenIndustrialSolutions commented 4 hours ago

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 commented 4 hours ago

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