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

This commit is contained in:
renovate[bot] 2024-01-24 22:25:02 +00:00 committed by GitHub
parent 35d51d4902
commit a98749bad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

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