From e19b30dd62430ef78cec7ab470499d6597423602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:44:21 +0000 Subject: [PATCH] ci(deps): bump hendrikmuhs/ccache-action from 1.2.21 to 1.2.22 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.21 to 1.2.22. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.21...v1.2.22) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerimage.yml | 2 +- .github/workflows/update-current-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 14265ee..8e26424 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.21 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ matrix.os }}-${{ matrix.platform }} max-size: 10G diff --git a/.github/workflows/update-current-image.yml b/.github/workflows/update-current-image.yml index cf5931b..5c16daa 100644 --- a/.github/workflows/update-current-image.yml +++ b/.github/workflows/update-current-image.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v6 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.21 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ matrix.os }}-${{ matrix.platform }} max-size: 10G