Skip to content

Commit 419a00b

Browse files
authored
Merge pull request #842 from vector-im/renovate/gradle-gradle-build-action-2.x
Update gradle/gradle-build-action action to v2.6.0
2 parents 64ff90d + f43de1f commit 419a00b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
distribution: 'temurin' # See 'Supported distributions' for available options
3535
java-version: '17'
3636
- name: Configure gradle
37-
uses: gradle/gradle-build-action@v2.5.1
37+
uses: gradle/gradle-build-action@v2.6.0
3838
with:
3939
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
4040
- name: Assemble debug APK

.github/workflows/nightlyReports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'temurin' # See 'Supported distributions' for available options
5757
java-version: '17'
5858
- name: Configure gradle
59-
uses: gradle/gradle-build-action@v2.5.1
59+
uses: gradle/gradle-build-action@v2.6.0
6060
with:
6161
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
6262
- name: Dependency analysis

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: 'temurin' # See 'Supported distributions' for available options
4040
java-version: '17'
4141
- name: Configure gradle
42-
uses: gradle/gradle-build-action@v2.5.1
42+
uses: gradle/gradle-build-action@v2.6.0
4343
with:
4444
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
4545
- name: Run code quality check suite

.github/workflows/recordScreenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '17'
2525
# Add gradle cache, this should speed up the process
2626
- name: Configure gradle
27-
uses: gradle/gradle-build-action@v2.5.1
27+
uses: gradle/gradle-build-action@v2.6.0
2828
with:
2929
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
3030
- name: Record screenshots

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: 'temurin' # See 'Supported distributions' for available options
3434
java-version: '17'
3535
- name: Configure gradle
36-
uses: gradle/gradle-build-action@v2.5.1
36+
uses: gradle/gradle-build-action@v2.6.0
3737
with:
3838
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
3939

0 commit comments

Comments
 (0)