Browse Source

Update gradle/gradle-build-action action to v2.5.1

jonny/proxy
renovate[bot] 1 year ago committed by GitHub
parent
commit
d1cd3c243e
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/nightlyReports.yml
  3. 2
      .github/workflows/quality.yml
  4. 2
      .github/workflows/recordScreenshots.yml
  5. 2
      .github/workflows/tests.yml

2
.github/workflows/build.yml

@ -34,7 +34,7 @@ jobs: @@ -34,7 +34,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Assemble debug APK

2
.github/workflows/nightlyReports.yml

@ -56,7 +56,7 @@ jobs: @@ -56,7 +56,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Dependency analysis

2
.github/workflows/quality.yml

@ -39,7 +39,7 @@ jobs: @@ -39,7 +39,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Run code quality check suite

2
.github/workflows/recordScreenshots.yml

@ -24,7 +24,7 @@ jobs: @@ -24,7 +24,7 @@ jobs:
java-version: '17'
# Add gradle cache, this should speed up the process
- name: Configure gradle
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Record screenshots

2
.github/workflows/tests.yml

@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.5.0
uses: gradle/gradle-build-action@v2.5.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}

Loading…
Cancel
Save