diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 840ba78c5d6..5ec2637eb89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: # # IMPORTANT: cache size must also be updated in the "Execute tests" section. - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.5 + uses: hendrikmuhs/ccache-action@v1.2.8 with: key: compilation-${{ matrix.test }} max-size: 140M