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

This commit is contained in:
renovate[bot]
2023-06-28 22:27:46 +00:00
committed by GitHub
parent dd562eccc8
commit 818c868f02
5 changed files with 5 additions and 5 deletions

View File

@@ -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.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Run code quality check suite