From 39d7f112a23bd91a29dc7f521dc1d8f1fce884be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:43:35 +0000 Subject: [PATCH] chore(deps): bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.22 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.20 to 1.2.22. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.20...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/build.yml | 4 ++-- .github/workflows/build_latest.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d06d3c4fb..53302f848 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.20 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }} evict-old-files: 'job' @@ -235,7 +235,7 @@ jobs: uses: actions/checkout@v6 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.20 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ runner.os }}-${{ matrix.qt-version }} evict-old-files: 'job' diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 214c3e6b9..864f11c31 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v6 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.20 + uses: hendrikmuhs/ccache-action@v1.2.22 with: key: ${{ runner.os }}-${{ matrix.qt-version }} evict-old-files: 'job'