Skip to content

Commit

Permalink
Warning: This job uses deprecated functionality from the 'gradle/grad…
Browse files Browse the repository at this point in the history
…le-build-action' action. Consult the Job Summary for more details.

DEPRECATION: The action `gradle/gradle-build-action` has been replaced by `gradle/actions/setup-gradle`. See https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#the-action-gradlegradle-build-action-has-been-replaced-by-gradleactionssetup-gradle
  • Loading branch information
ak-git committed Apr 28, 2024
1 parent 8a42f22 commit 2331270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: corretto
java-version: 21
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.7
- name: Cache SonarCloud packages
Expand Down

0 comments on commit 2331270

Please sign in to comment.