From 4b227eaf0f5e05b3f9e61b2c06177627b13b8d51 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 07:09:19 +0000 Subject: [PATCH 1/2] ci: bump hendrikmuhs/ccache-action from v1.2.23 to v1.2.24 Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01UkvgWR9HfXtivLqo3ji2zd --- .github/workflows/check.yml | 14 +++++++------- .github/workflows/release.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 71fcf106..15884977 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -55,7 +55,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} # Set up JDK and Android SDK only because we need weak-node-api, to build ferric-example and to run the linting @@ -105,7 +105,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - name: Set up JDK 17 @@ -145,7 +145,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - run: pnpm install @@ -188,7 +188,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} # The action defaults to 500M, which a from-source React Native build @@ -276,7 +276,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - name: Set up JDK 17 @@ -325,7 +325,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - name: Set up JDK 17 @@ -416,7 +416,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - name: Set up JDK 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d102a01..0e59ae2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: with: clang-format: true - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.23 + uses: hendrikmuhs/ccache-action@v1.2.24 with: key: ${{ github.job }}-${{ runner.os }} - name: Set up JDK 17 From 4cb4f10e213d87484e97b498f0c85368583368e0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 07:22:44 +0000 Subject: [PATCH 2/2] ci: trigger label-gated jobs (Apple, Android, MacOS, Ferric, weak-node-api) Labels were added after the PR was already opened, so no synchronize event fired to re-evaluate the label-gated job conditions in check.yml. This empty commit forces that re-evaluation so the platform test jobs that exercise hendrikmuhs/ccache-action actually run before merge. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01UkvgWR9HfXtivLqo3ji2zd