diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 8e26424..09c69f4 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.22 + uses: hendrikmuhs/ccache-action@v1.2.23 with: key: ${{ matrix.os }}-${{ matrix.platform }} max-size: 10G diff --git a/.github/workflows/update-current-image.yml b/.github/workflows/update-current-image.yml index 5c16daa..7e41fff 100644 --- a/.github/workflows/update-current-image.yml +++ b/.github/workflows/update-current-image.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v6 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.22 + uses: hendrikmuhs/ccache-action@v1.2.23 with: key: ${{ matrix.os }}-${{ matrix.platform }} max-size: 10G