aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_github_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-19 01:42:37 +0530
committerGitHub <noreply@github.com>2022-08-19 01:42:37 +0530
commitd33617e5ffb8baffadd4decff3ac79fa61e70843 (patch)
treeafea7aebc4be8f3004eab6af01f0a27f1b592aa1 /.github/workflows/deploy_github_releases.yml
parent7c0149274dc8a59d633a65f88a557a22d4156e83 (diff)
chore(deps): update gradle/gradle-build-action action to v2.2.4 (#2066)
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index d6176483..b04e5deb 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.3
+ uses: gradle/gradle-build-action@v2.2.4
with:
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
env: