diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57774f97c97..8ec30572ab8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: # # IMPORTANT: cache size must also be updated in the "Execute tests" section. - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.2 + uses: hendrikmuhs/ccache-action@v1.2.5 with: key: compilation-${{ matrix.test }} max-size: 120M