Skip to content

Commit f357221

Browse files
authored
chore: Use non deprecated action
1 parent 4fb5584 commit f357221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
java-version: "18"
2121
cache: "gradle"
2222
- name: Validate Gradle wrapper
23-
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
23+
uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 // v4.4.1
2424
- name: Build package
2525
run: ./gradlew build

0 commit comments

Comments
 (0)