diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db3c9f3..b136b23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: distribution: 'temurin' java-version: 17 - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 with: # allow main and *-dev branches to write caches (default is only main/main) cache-read-only: ${{ github.ref != 'refs/heads/main' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}