diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-23 01:54:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 01:54:48 +0530 |
commit | 17d9ffdaf58326e7e2ff52992565ddb208948b47 (patch) | |
tree | 4aaaf87b201c818530ea8d11c708f1498fdf8359 /.github/workflows | |
parent | 13e0ca402cde022312c67a35fa79f147a1975109 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.3.1 (#2146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 | ||||
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 | ||||
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 14 | ||||
-rw-r--r-- | .github/workflows/shadow_job.yml | 2 | ||||
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update_publicsuffix_data.yml | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index a2703b9b..fbb96707 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -27,7 +27,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release binaries - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 4f41c48e..39070071 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 18 - name: Upload binaries - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index b87eefb5..19e37d8d 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -29,7 +29,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Build release app - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 env: SNAPSHOT: "true" SENTRY_DSN: ${{ secrets.SENTRY_DSN }} diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index ce48183a..1050f019 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -48,7 +48,7 @@ jobs: version: ${{ github.event.milestone.title }} - name: Setup Gradle caching - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: gradle-home-cache-cleanup: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3f1401d8..650b7c24 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: - name: Check codestyle if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: spotlessCheck gradle-home-cache-cleanup: true @@ -82,7 +82,7 @@ jobs: - name: Run unit tests if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: test -PslimTests gradle-home-cache-cleanup: true @@ -131,7 +131,7 @@ jobs: - name: Build debug APKs if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: assembleFreeDebug assembleNonFreeDebug gradle-home-cache-cleanup: true @@ -173,7 +173,7 @@ jobs: - name: Check library API if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: apiCheck gradle-home-cache-cleanup: true @@ -215,7 +215,7 @@ jobs: - name: Run Lint on debug variants if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: lintDebug gradle-home-cache-cleanup: true @@ -257,7 +257,7 @@ jobs: - name: Assemble non-free release if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: aNFR gradle-home-cache-cleanup: true @@ -299,7 +299,7 @@ jobs: - name: Run detekt if: "${{ steps.service-changed.outputs.result == 'true' }}" - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: detekt gradle-home-cache-cleanup: true diff --git a/.github/workflows/shadow_job.yml b/.github/workflows/shadow_job.yml index 1c219bc9..ad14179b 100644 --- a/.github/workflows/shadow_job.yml +++ b/.github/workflows/shadow_job.yml @@ -38,7 +38,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Run checks - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 env: DEP_OVERRIDE: true DEP_OVERRIDE_agp: ${{ matrix.agp-version }} diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index d83cfa3a..4e712a91 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -18,7 +18,7 @@ jobs: java-version: 18 - name: Download new translations from Crowdin - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: --no-configuration-cache crowdin gradle-home-cache-cleanup: true diff --git a/.github/workflows/update_publicsuffix_data.yml b/.github/workflows/update_publicsuffix_data.yml index 404649cb..d5e8c71e 100644 --- a/.github/workflows/update_publicsuffix_data.yml +++ b/.github/workflows/update_publicsuffix_data.yml @@ -18,7 +18,7 @@ jobs: java-version: 18 - name: Download new publicsuffix data - uses: gradle/gradle-build-action@v2.3.0 + uses: gradle/gradle-build-action@v2.3.1 with: arguments: updatePSL gradle-home-cache-cleanup: true @@ -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.3.0 + uses: gradle/gradle-build-action@v2.3.1 if: "${{ env.UPDATED == 'true' }}" with: arguments: :autofill-parser:test -PslimTests |