From 55c815a4a56449a20521a0ad1040d1a5c2325bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:25:54 +0000 Subject: [PATCH] Bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.16 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.14 to 1.2.16. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.14...v1.2.16) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action 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 01e787398..1629ed136 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.16 with: key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }} @@ -192,7 +192,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.16 with: key: ${{ runner.os }}-${{ matrix.qt-version }} diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 6d82e2117..d3351f31f 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: Ccache - uses: hendrikmuhs/ccache-action@v1.2.14 + uses: hendrikmuhs/ccache-action@v1.2.16 with: key: ${{ runner.os }}-${{ matrix.qt-version }} if: ${{ matrix.os == 'ubuntu' }}