Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 146f04d1 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

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

Update gradle/gradle-build-action action to v3
parents 513d0a10 c6027fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ jobs:
                    mkdir -p "$HOME/.gradle"
                    echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
            -   name: Assemble
                uses: gradle/gradle-build-action@v2
                uses: gradle/gradle-build-action@v3
                with:
                    arguments: assemble
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ jobs:
                    mkdir -p "$HOME/.gradle"
                    echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
            -   name: Check ${{ matrix.task }}
                uses: gradle/gradle-build-action@v2
                uses: gradle/gradle-build-action@v3
                with:
                    arguments: ${{ matrix.task }}
            -   uses: actions/upload-artifact@v4