소스 검색

[skip ci] Update gradle-command-action

arkon 3 년 전
부모
커밋
7de4226d80
2개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 4
      .github/workflows/build_pull_request.yml
  2. 1 4
      .github/workflows/build_push.yml

+ 1 - 4
.github/workflows/build_pull_request.yml

@@ -28,9 +28,6 @@ jobs:
           cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
           cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
 
 
       - name: Build app
       - name: Build app
-        uses: gradle/gradle-command-action@v1
+        uses: gradle/gradle-command-action@v2
         with:
         with:
           arguments: assembleStandardRelease
           arguments: assembleStandardRelease
-          distributions-cache-enabled: true
-          dependencies-cache-enabled: true
-          configuration-cache-enabled: true

+ 1 - 4
.github/workflows/build_push.yml

@@ -34,12 +34,9 @@ jobs:
           cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
           cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
 
 
       - name: Build app
       - name: Build app
-        uses: gradle/gradle-command-action@v1
+        uses: gradle/gradle-command-action@v2
         with:
         with:
           arguments: assembleStandardRelease
           arguments: assembleStandardRelease
-          distributions-cache-enabled: true
-          dependencies-cache-enabled: true
-          configuration-cache-enabled: true
 
 
       # Sign APK and create release for tags
       # Sign APK and create release for tags