Merge pull request #12909 from nextcloud/renovate/gradle-gradle-build-action-3.x

chore(deps): update gradle/gradle-build-action action to v3.3.1
This commit is contained in:
Andy Scherzinger 2024-04-20 16:47:55 +02:00 committed by GitHub
commit f084684586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
if: ${{ always() }}
run: scripts/deleteOldComments.sh "test" "Unit" ${{github.event.number}}
- name: Run unit tests with coverage
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
with:
arguments: jacocoTestGplayDebugUnitTest
- name: Upload failing results