Skip to content

Commit 8a9ef59

Browse files
Update gradle/actions action to v5
1 parent 1202d91 commit 8a9ef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout repository
2626
uses: actions/checkout@v5
2727
- name: validate gradle wrapper
28-
uses: gradle/actions/wrapper-validation@v4
28+
uses: gradle/actions/wrapper-validation@v5
2929
- name: setup jdk ${{ matrix.java }}
3030
uses: actions/setup-java@v5
3131
with:

0 commit comments

Comments
 (0)