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/deploy_github_releases.yml | |
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/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 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 |