diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-03 18:55:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 18:55:12 +0000 |
commit | ce75d0e49b68e28aedd19293515d2a8fa56e2180 (patch) | |
tree | 9e813edc59897424b0351e274a43bb81e9ddbe10 /.github/workflows/deploy_github_releases.yml | |
parent | b874b8d4a0b03d0e59be96abd01381f8eda3ffb7 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.1.3 (#1705)
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 99b9b432..4a192e45 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.2 + uses: gradle/gradle-build-action@v2.1.3 with: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease |