Sfoglia il codice sorgente

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

Update gradle/gradle-build-action action to v3.3.1
Andy Scherzinger 1 anno fa
parent
commit
0a4e68ddcf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/unit-tests.yml

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

@@ -28,7 +28,7 @@ jobs:
                     distribution: "temurin"
                     java-version: 17
             -   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: testGplayDebugUnit
             -   name: Upload test artifacts