diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1140d0..9f50f00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 with: # Only write to the cache for builds on the 'main' branch. # Builds on other branches will only read existing entries from the cache.