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

This commit is contained in:
renovate[bot]
2023-08-19 02:06:53 +00:00
committed by GitHub
parent 55ddb6e85e
commit 18f82c7329
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Configure gradle
uses: gradle/gradle-build-action@v2.7.0
uses: gradle/gradle-build-action@v2.7.1
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}