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 ba0b502 commit 18a435fCopy full SHA for 18a435f
README.md
@@ -2,7 +2,7 @@
2
3
A composite action that combines the following steps:
4
5
-* Set up a JDK with `actions/setup-java@v3`
+* 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`
action.yml
@@ -16,7 +16,7 @@ runs:
16
using: 'composite'
17
steps:
18
- name: Set up JDK ${{ inputs.java-version }}
19
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
20
with:
21
java-version: ${{ inputs.java-version }}
22
distribution: ${{ inputs.distribution }}
0 commit comments