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 00d8161bdc
commit d1cd3c243e
5 changed files with 5 additions and 5 deletions

View file

@ -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' }}