Skip to content

Commit 535a804

Browse files
Merge pull request #14755 from nextcloud/renovate/gradle-actions-4.x
chore(deps): update gradle/actions action to v4.3.1
2 parents 52cc5c4 + 1555c05 commit 535a804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assembleFlavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: "temurin"
3030
java-version: 17
31-
- uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
31+
- uses: gradle/actions/wrapper-validation@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
3232
- name: Build ${{ matrix.flavor }}
3333
run: |
3434
echo "org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g" >> gradle.properties

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ always() }}
3434
run: scripts/deleteOldComments.sh "test" "Unit" ${{github.event.number}}
3535
- name: Setup Gradle
36-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
36+
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
3737
- name: Run unit tests with coverage
3838
run: ./gradlew jacocoTestGplayDebugUnitTest
3939
- name: Upload failing results

0 commit comments

Comments
 (0)