diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-29 21:06:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 21:06:35 +0530 |
commit | e9ada56f08ad0c022f49cf2fe5eb811fd2b98e3c (patch) | |
tree | 966bd51406455eadc8560aa50fc06d71a5f65c61 /.github/workflows/draft_new_release.yml | |
parent | d26040b1fe5fa852c96cc30d25c0e1dcc67f3257 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.3.2 (#2155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 66120a72..a9b68122 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -48,7 +48,7 @@ jobs: version: ${{ github.event.milestone.title }} - name: Setup Gradle caching - uses: gradle/gradle-build-action@v2.3.1 + uses: gradle/gradle-build-action@v2.3.2 with: gradle-home-cache-cleanup: true |