From e03d617ea980982849ba992d275c84bdeee40c6f Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Tue, 8 Nov 2022 23:19:03 -0500 Subject: [PATCH] [skip ci] Update github actions --- .github/workflows/build_check.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 3968a1aa9..61ac4d925 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -1,6 +1,10 @@ name: CI on: [pull_request] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: check_wrapper: name: Validate Gradle Wrapper @@ -8,7 +12,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 @@ -19,13 +23,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.5.0 - with: - access_token: ${{ github.token }} - - name: Clone repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up JDK 11 uses: actions/setup-java@v3 @@ -39,7 +38,7 @@ jobs: arguments: assembleDevDebug - name: Upload APK - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: TachiyomiSY-${{ github.sha }}.apk - path: app/build/outputs/apk/dev/debug/app-dev-debug.apk \ No newline at end of file + path: app/build/outputs/apk/dev/debug/app-dev-debug.apk