We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f72b98 commit d1b8124Copy full SHA for d1b8124
README.md
@@ -5,7 +5,7 @@ A composite action that combines the following steps:
5
* Set up a JDK with `actions/setup-java@v4`
6
* Set up a `user.name` system property with `spring-builds+github`
7
* Validate the Gradle wrapper using `gradle/wrapper-validation-action@v1`
8
-* Set up Gradle using `gradle/gradle-build-action@v2`
+* Set up Gradle using `gradle/gradle-build-action@v3`
9
10
Accepts the following inputs:
11
action.yml
@@ -28,4 +28,4 @@ runs:
28
- name: Gradle Wrapper Validation
29
uses: gradle/wrapper-validation-action@v1
30
- name: Set up Gradle
31
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v3
0 commit comments