diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-28 17:52:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 17:52:15 +0000 |
commit | e66808eaee6eaa903c6c55bf5af2840e04786ff3 (patch) | |
tree | 674a82127a60de3a1035f34d4dc2bf898111c6c8 /.github/workflows/deploy_github_releases.yml | |
parent | 4c1c1dd7d1e916b872620219d89ef4153459d80c (diff) |
chore(deps): update gradle/gradle-build-action action to v2.1.2 (#1697)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 67b36f89..99b9b432 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.1 + uses: gradle/gradle-build-action@v2.1.2 with: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease |