Skip to content

Commit 9e7a9a9

Browse files
committedFeb 6, 2024
chore(core-deps): update gradle/wrapper-validation-action action to v2.0.1
1 parent 63d17a7 commit 9e7a9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ runs:
124124
steps:
125125
- name: Validate the Gradle Wrapper
126126
if: inputs.should-validate-wrapper == 'true'
127-
uses: gradle/wrapper-validation-action@v2.0.0
127+
uses: gradle/wrapper-validation-action@v2.0.1
128128
- name: Setup Java
129129
uses: actions/setup-java@v4.0.0
130130
with:

0 commit comments

Comments
 (0)
Please sign in to comment.