Skip to content

Commit 9c89f7f

Browse files
committed
Update gradle/wrapper-validation-action
1 parent 133bd29 commit 9c89f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: build
2-
32
on: [push, pull_request]
43
jobs:
54
build:
@@ -9,7 +8,7 @@ jobs:
98
java-version: [17, 21]
109
steps:
1110
- uses: actions/checkout@v4
12-
- uses: gradle/wrapper-validation-action@v2
11+
- uses: gradle/actions/wrapper-validation@v4
1312
- uses: actions/setup-java@v4
1413
with:
1514
distribution: 'temurin'

0 commit comments

Comments
 (0)