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 a8b85fb4e6
commit ece3969c39
7 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,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' }}
- name: Dependency analysis