We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb5584 commit f357221Copy full SHA for f357221
.github/workflows/ci.yml
@@ -20,6 +20,6 @@ jobs:
20
java-version: "18"
21
cache: "gradle"
22
- name: Validate Gradle wrapper
23
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
+ uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 // v4.4.1
24
- name: Build package
25
run: ./gradlew build
0 commit comments