Skip to content

Commit 398a68c

Browse files
committed
Switch to gradle/actions/wrapper-validation@v3
1 parent 222ef9c commit 398a68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
Accepts the following inputs:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ runs:
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

0 commit comments

Comments
 (0)