Skip to content

Commit e14300a

Browse files
Update gradle/actions action to v6.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35f1897 commit e14300a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 21
31-
- uses: gradle/actions/wrapper-validation@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
31+
- uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
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
@@ -37,7 +37,7 @@ jobs:
3737
run: scripts/deleteOldComments.sh "test" "Unit" ${{github.event.number}}
3838

3939
- name: Setup Gradle
40-
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
40+
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
4141

4242
- name: Run unit tests with coverage
4343
run: ./gradlew jacocoTestGplayDebugUnitTest

0 commit comments

Comments
 (0)