File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A composite action that combines the following steps:
44
55* Set up a JDK with ` actions/setup-java@v4 `
66* Set up a ` user.name ` system property with ` spring-builds+github `
7- * Validate the Gradle wrapper using ` gradle/wrapper-validation-action @v3 `
7+ * Validate the Gradle wrapper using ` gradle/actions/ wrapper-validation@v3 `
88* Set up Gradle using ` gradle/actions/setup-gradle@v3 `
99
1010Accepts the following inputs:
Original file line number Diff line number Diff line change 2626 mkdir -p $HOME/.gradle
2727 echo 'systemProp.user.name=spring-builds+github' >> $HOME/.gradle/gradle.properties
2828 - name : Gradle Wrapper Validation
29- uses : gradle/wrapper-validation-action @v3
29+ uses : gradle/actions/ wrapper-validation@v3
3030 - name : Set up Gradle
3131 uses : gradle/actions/setup-gradle@v3
You can’t perform that action at this time.
0 commit comments