diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 65982c6f1..6977e471b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: # re-use the cache from the linux build - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.19 + uses: hendrikmuhs/ccache-action@v1.2.20 with: key: ${{ runner.os }}-${{ env.BUILD_TYPE }} diff --git a/.github/workflows/keyvi.yml b/.github/workflows/keyvi.yml index c1abde4be..e124018cf 100644 --- a/.github/workflows/keyvi.yml +++ b/.github/workflows/keyvi.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v5 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.19 + uses: hendrikmuhs/ccache-action@v1.2.20 with: key: ${{ matrix.os }}-${{ matrix.type }} diff --git a/.github/workflows/python-cibuildwheel.yml b/.github/workflows/python-cibuildwheel.yml index 5e288db53..ae55b2fa7 100644 --- a/.github/workflows/python-cibuildwheel.yml +++ b/.github/workflows/python-cibuildwheel.yml @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.19 + uses: hendrikmuhs/ccache-action@v1.2.20 with: key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.flavor }}-python @@ -142,7 +142,7 @@ jobs: sudo apt-get update && \ sudo apt-get install -y libsnappy-dev libzzip-dev zlib1g-dev libboost-all-dev ccache - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.19 + uses: hendrikmuhs/ccache-action@v1.2.20 with: key: ubuntu-sdist-python