From a83e781a43b2c1823fd2cd7ac24d6ea7cbd15b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:03:30 +0000 Subject: [PATCH] chore(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.19 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.13 to 1.2.19. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/c92f40bee50034e84c763e33b317c77adaa81c92...bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e_tests_fdc.yaml | 2 +- .github/workflows/ios.yaml | 2 +- .github/workflows/macos.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_tests_fdc.yaml b/.github/workflows/e2e_tests_fdc.yaml index 4e83c5cb096a..b6354ab9c51e 100644 --- a/.github/workflows/e2e_tests_fdc.yaml +++ b/.github/workflows/e2e_tests_fdc.yaml @@ -108,7 +108,7 @@ jobs: java-version: '17' - name: Setup PostgreSQL for Linux/macOS/Windows uses: ikalnytskyi/action-setup-postgres@v7 - - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 + - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index 28865c50d745..68b19a6824bb 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -45,7 +45,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 + - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 4c4e8a6ba03f..c80a8cd99f7d 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -43,7 +43,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 + - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }}