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