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

This commit is contained in:
renovate[bot]
2023-11-27 09:30:38 +00:00
committed by GitHub
parent 087d2728d5
commit 2ba771dcb7
7 changed files with 7 additions and 7 deletions
+1 -1
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.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}