diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5aeb3f18f..ade43f94b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.17 + uses: hendrikmuhs/ccache-action@v1.2.18 with: key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }} @@ -192,7 +192,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.17 + uses: hendrikmuhs/ccache-action@v1.2.18 with: key: ${{ runner.os }}-${{ matrix.qt-version }} diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 55d10355d..cf8a030fb 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.17 + uses: hendrikmuhs/ccache-action@v1.2.18 with: key: ${{ runner.os }}-${{ matrix.qt-version }} if: ${{ matrix.os == 'ubuntu' }}