File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33A composite action that combines the following steps:
44
5- * Set up a JDK with ` actions/setup-java@v2 `
5+ * Set up a JDK with ` actions/setup-java@v3 `
66* Set up a ` user.name ` system property with ` spring-builds+github `
77* Validate the Gradle wrapper using ` gradle/wrapper-validation-action@v1 `
88* Set up Gradle using ` gradle/gradle-build-action@v2 ` with ` GRADLE_USER_HOME=/home/runner/.gradle `
@@ -25,7 +25,7 @@ Accepts the following inputs:
2525## Example Usage
2626
2727` ` ` yaml
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929- uses : spring-io/spring-gradle-build-action@v1
3030- name : Run tests
3131 run : ./gradlew test
Original file line number Diff line number Diff line change 1616 using : ' composite'
1717 steps :
1818 - name : Set up JDK ${{ inputs.java-version }}
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v3
2020 with :
2121 java-version : ${{ inputs.java-version }}
2222 distribution : ${{ inputs.distribution }}
You can’t perform that action at this time.
0 commit comments