diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3e4abd..3381a60c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.17 with: key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }} @@ -251,7 +251,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.17 with: key: ${{ runner.os }}-${{ matrix.qt-version }} diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 9b74cd4d..688ee58f 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.17 with: key: ${{ runner.os }}-${{ matrix.qt-version }} if: ${{ matrix.os == 'ubuntu' }}