diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-20 16:05:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 16:05:01 +0000 |
commit | 77fa6251ef295500e571fa4bd07daf9db430a25b (patch) | |
tree | 00c1cb0dd1368301ef53801f0a10b5ab23cdb099 /.github/workflows/deploy_github_releases.yml | |
parent | 4aa9584ca912358364832297959d8beafe1a170a (diff) |
chore(deps): update gradle/gradle-build-action action to v2.2.1 (#1970)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 744c39df..c45ea16f 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.2.0 + uses: gradle/gradle-build-action@v2.2.1 with: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease env: |