Browse Source

main.yml: upgrade wrapper-validation-action to v1.0.4

Stephen Gold 3 years ago
parent
commit
5820393782
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

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

@@ -67,7 +67,7 @@ jobs:
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
       - name: Validate the Gradle wrapper
       - name: Validate the Gradle wrapper
-        uses: gradle/wrapper-validation-action@v1
+        uses: gradle/wrapper-validation-action@v1.0.4
       - name: Build
       - name: Build
         run: |
         run: |
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
@@ -121,7 +121,7 @@ jobs:
           path: build/native
           path: build/native
 
 
       - name: Validate the Gradle wrapper
       - name: Validate the Gradle wrapper
-        uses: gradle/wrapper-validation-action@v1
+        uses: gradle/wrapper-validation-action@v1.0.4
       - name: Build Engine
       - name: Build Engine
         shell: bash
         shell: bash
         run: |
         run: |