Browse Source

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
Andy Scherzinger 1 year ago
parent
commit
f084684586
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -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