Parcourir la source

workflows/main.yml: update wrapper-validation-action to v1.0.5

Stephen Gold il y a 2 ans
Parent
commit
0f5f1a3a30
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -68,7 +68,7 @@ jobs:
         with:
           fetch-depth: 1
       - name: Validate the Gradle wrapper
-        uses: gradle/[email protected].4
+        uses: gradle/[email protected].5
       - name: Build
         run: |
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \