diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 590478f7d..61fa4ff74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v5 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.18 + uses: hendrikmuhs/ccache-action@v1.2.19 with: key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }} evict-old-files: 'job' @@ -234,7 +234,7 @@ jobs: uses: actions/checkout@v5 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.18 + uses: hendrikmuhs/ccache-action@v1.2.19 with: key: ${{ runner.os }}-${{ matrix.qt-version }} evict-old-files: 'job' diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 4633ca7c4..951da2743 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v5 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.18 + uses: hendrikmuhs/ccache-action@v1.2.19 with: key: ${{ runner.os }}-${{ matrix.qt-version }} evict-old-files: 'job'