From 47fff4f72ff0b576ea7ec6a354474899abad2004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:11:42 +0000 Subject: [PATCH] chore(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.18 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.13 to 1.2.18. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/c92f40bee50034e84c763e33b317c77adaa81c92...63069e3931dedbf3b63792097479563182fe70d1) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.18 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 75585f917cb0..08dcdaf4a22d 100644 --- a/.github/workflows/e2e_tests_fdc.yaml +++ b/.github/workflows/e2e_tests_fdc.yaml @@ -106,7 +106,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@63069e3931dedbf3b63792097479563182fe70d1 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index ab412afcc3c8..06696ed867fb 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -43,7 +43,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 + - uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 80c25cc69865..bd10bea4fa4d 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@63069e3931dedbf3b63792097479563182fe70d1 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }}