Skip to content

Commit 74cc2cf

Browse files
authored
chore: Use non deprecated action (#348)
1 parent a842d83 commit 74cc2cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v3
2525
- name: Validate Gradle wrapper
26-
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
26+
# v4.4.1
27+
uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96
2728
- name: Build package
2829
run: ./gradlew build
2930
env:

0 commit comments

Comments
 (0)