diff --git a/.github/workflows/e2e_tests_fdc.yaml b/.github/workflows/e2e_tests_fdc.yaml index 75585f917cb0..d780b80e2b4f 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@a1209f81afb8c005c13b4296c32e363431bffea5 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index ab412afcc3c8..675e4f3cd480 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@a1209f81afb8c005c13b4296c32e363431bffea5 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 80c25cc69865..96d434be1d9a 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@a1209f81afb8c005c13b4296c32e363431bffea5 name: Xcode Compile Cache with: key: xcode-cache-${{ runner.os }}