瀏覽代碼

main.yml: latest version of wrapper-validation-action is now 1.1.0

Stephen Gold 2 年之前
父節點
當前提交
230f1575bf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/main.yml

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

@@ -69,7 +69,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.0.5
+        uses: gradle/wrapper-validation-action@v1
       - name: Build
       - name: Build
         run: |
         run: |
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
@@ -125,7 +125,7 @@ jobs:
           path: build/native
           path: build/native
 
 
       - name: Validate the Gradle wrapper
       - name: Validate the Gradle wrapper
-        uses: gradle/wrapper-validation-action@v1.0.5
+        uses: gradle/wrapper-validation-action@v1
       - name: Build Engine
       - name: Build Engine
         shell: bash
         shell: bash
         run: |
         run: |