Skip to content

Commit 2331270

Browse files
committed
Warning: This job uses deprecated functionality from the 'gradle/gradle-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
1 parent 8a42f22 commit 2331270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: corretto
1717
java-version: 21
1818
- name: Setup Gradle
19-
uses: gradle/gradle-build-action@v3
19+
uses: gradle/actions/setup-gradle@v3
2020
with:
2121
gradle-version: 8.7
2222
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)