diff --git a/.github/workflows/CI-unixish-docker.yml b/.github/workflows/CI-unixish-docker.yml index 118cb817f63..82439c9bbe4 100644 --- a/.github/workflows/CI-unixish-docker.yml +++ b/.github/workflows/CI-unixish-docker.yml @@ -53,8 +53,10 @@ jobs: # needs to be called after the package installation since # - it doesn't call "apt-get update" # - it doesn't support centos + # + # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.11 with: key: ${{ github.workflow }}-${{ matrix.image }} @@ -110,8 +112,10 @@ jobs: # needs to be called after the package installation since # - it doesn't call "apt-get update" # - it doesn't support centos + # + # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.11 with: key: ${{ github.workflow }}-${{ matrix.image }}