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

This commit is contained in:
renovate[bot]
2023-12-20 06:42:17 +00:00
committed by GitHub
parent f57f353883
commit fd53c587fe
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.0
uses: gradle/gradle-build-action@v2.11.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}