diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-19 03:23:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 03:23:17 +0530 |
commit | 1f88911dddecabbec41f2f15273dfdec3822e341 (patch) | |
tree | 7533a651e52390f9cbccbd2670abca622b7a9ec9 /.github | |
parent | 91b46e66e9658162bf7c9ded579714326e540711 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.1.4 (#1790)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 4 | ||||
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 12 | ||||
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update_publicsuffix_data.yml | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 94a96b35..ea5e54e6 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -28,7 +28,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release binaries - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease env: diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 5a0047c0..fd62e59c 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -31,7 +31,7 @@ jobs: fi - name: Upload binaries - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository env: @@ -41,7 +41,7 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }} - name: Close and release repository - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache closeAndReleaseRepository env: diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index fc812dec..8f90ec74 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -30,7 +30,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 68c76c67..cefcd488 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -41,7 +41,7 @@ jobs: - name: Check codestyle if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache spotlessCheck @@ -76,7 +76,7 @@ jobs: - name: Run unit tests if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache test -PslimTests @@ -118,7 +118,7 @@ jobs: - name: Build debug APKs if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache assembleFreeDebug assembleNonFreeDebug @@ -153,7 +153,7 @@ jobs: - name: Check library API if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache apiCheck @@ -188,7 +188,7 @@ jobs: - name: Run Lint on debug variants if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache lintDebug @@ -223,6 +223,6 @@ jobs: - name: Assemble non-free release if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache aNFR diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index bd5614b4..28d4d724 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -19,7 +19,7 @@ jobs: cache: gradle - name: Download new translations from Crowdin - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache crowdin env: diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml index 49709ad1..2926aed7 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -19,7 +19,7 @@ jobs: cache: gradle - name: Download new publicsuffix data - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 with: arguments: --no-configuration-cache updatePSL @@ -27,7 +27,7 @@ jobs: run: if [[ $(git diff --binary --stat) != "" ]]; then echo "UPDATED=true" >> $GITHUB_ENV; fi - name: Verify update publicsuffixes file - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.1.4 if: "${{ env.UPDATED == 'true' }}" with: arguments: --no-configuration-cache :autofill-parser:test -PslimTests |