From 31d665ce252747c958774028256ec649535cab2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:30:33 +0000 Subject: [PATCH] Bump hendrikmuhs/ccache-action from 1.2.19 to 1.2.20 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.19 to 1.2.20. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.19...v1.2.20) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/keyvi.yml | 2 +- .github/workflows/python-cibuildwheel.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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