chore(deps): update gradle/gradle-build-action action to v2.4.2

This commit is contained in:
renovate[bot] 2023-04-15 03:55:50 +00:00 committed by Harsh Shandilya
parent 52341757e4
commit cd302bb1bb
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ jobs:
git config user.email noreply@github.com git config user.email noreply@github.com
- name: Setup Gradle caching - name: Setup Gradle caching
uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
with: with:
gradle-home-cache-cleanup: true gradle-home-cache-cleanup: true

View file

@ -27,7 +27,7 @@ jobs:
java-version: 18 java-version: 18
- name: Run unit tests - name: Run unit tests
uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
with: with:
arguments: --no-configuration-cache --stacktrace check arguments: --no-configuration-cache --stacktrace check
gradle-home-cache-cleanup: true gradle-home-cache-cleanup: true
@ -62,7 +62,7 @@ jobs:
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
- name: Build release app - name: Build release app
uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
env: env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
with: with:

View file

@ -25,7 +25,7 @@ jobs:
git config user.email noreply@github.com git config user.email noreply@github.com
- name: Setup Gradle caching - name: Setup Gradle caching
uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629 # v2.4.2
with: with:
gradle-home-cache-cleanup: true gradle-home-cache-cleanup: true
cache-read-only: true cache-read-only: true