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 db17e4b880
commit 196203a9f5
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' }}