diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f66a2360..950e740dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: run: ./gradlew build jar -Perrorprone - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.14 with: key: compilation-${{ runner.os }} max-size: 160M