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

This commit is contained in:
renovate[bot]
2023-06-29 19:30:55 +00:00
committed by GitHub
parent b292c3a29b
commit fb2b12cbd1
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.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