From ec5b0f3e284314710580a3b29882190e1ae95eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:58:48 +0000 Subject: [PATCH] chore(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.20 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.14 to 1.2.20. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...5ebbd400eff9e74630f759d94ddd7b6c26299639) --- 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/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 41da251b..ff780561 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -119,7 +119,7 @@ jobs: /usr/local/share/powershell \ /usr/share/dotnet df -h / - - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 + - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 name: Xcode Compile Cache with: key: ${{ runner.os }}-ios-v3 @@ -198,7 +198,7 @@ jobs: with: distribution: "temurin" java-version: "11" - - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 + - uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 name: Xcode Compile Cache with: key: ${{ runner.os }}-macos-v2