diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-25 23:32:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 23:32:38 +0530 |
commit | 0884825713b2a889e7a09d248bdd3093e7969342 (patch) | |
tree | 77175b406fcb86c1054b10f510ed21e7b030462c /.github/workflows/sync_crowdin.yml | |
parent | 1bf39a0c9c58746836fa9b098272c0ffd33cefe0 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.8.1 (#2696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/sync_crowdin.yml')
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index e911ce2f..21a7df56 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -18,7 +18,7 @@ jobs: java-version: 20 - name: Download new translations from Crowdin - uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 + uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2 # v2.8.1 with: arguments: --no-configuration-cache crowdin gradle-home-cache-cleanup: true |