Skip to content

Commit ffb77e8

Browse files
kraenhansenclaude
andauthored
ci: bump hendrikmuhs/ccache-action from v1.2.23 to v1.2.24 (#459)
* ci: bump hendrikmuhs/ccache-action from v1.2.23 to v1.2.24 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UkvgWR9HfXtivLqo3ji2zd * 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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UkvgWR9HfXtivLqo3ji2zd --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent ecdd230 commit ffb77e8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
clang-format: true
5757
- name: ccache
58-
uses: hendrikmuhs/ccache-action@v1.2.23
58+
uses: hendrikmuhs/ccache-action@v1.2.24
5959
with:
6060
key: ${{ github.job }}-${{ runner.os }}
6161
# 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:
105105
with:
106106
clang-format: true
107107
- name: ccache
108-
uses: hendrikmuhs/ccache-action@v1.2.23
108+
uses: hendrikmuhs/ccache-action@v1.2.24
109109
with:
110110
key: ${{ github.job }}-${{ runner.os }}
111111
- name: Set up JDK 17
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
clang-format: true
147147
- name: ccache
148-
uses: hendrikmuhs/ccache-action@v1.2.23
148+
uses: hendrikmuhs/ccache-action@v1.2.24
149149
with:
150150
key: ${{ github.job }}-${{ runner.os }}
151151
- run: pnpm install
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
clang-format: true
190190
- name: ccache
191-
uses: hendrikmuhs/ccache-action@v1.2.23
191+
uses: hendrikmuhs/ccache-action@v1.2.24
192192
with:
193193
key: ${{ github.job }}-${{ runner.os }}
194194
# The action defaults to 500M, which a from-source React Native build
@@ -276,7 +276,7 @@ jobs:
276276
with:
277277
clang-format: true
278278
- name: ccache
279-
uses: hendrikmuhs/ccache-action@v1.2.23
279+
uses: hendrikmuhs/ccache-action@v1.2.24
280280
with:
281281
key: ${{ github.job }}-${{ runner.os }}
282282
- name: Set up JDK 17
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
clang-format: true
327327
- name: ccache
328-
uses: hendrikmuhs/ccache-action@v1.2.23
328+
uses: hendrikmuhs/ccache-action@v1.2.24
329329
with:
330330
key: ${{ github.job }}-${{ runner.os }}
331331
- name: Set up JDK 17
@@ -416,7 +416,7 @@ jobs:
416416
with:
417417
clang-format: true
418418
- name: ccache
419-
uses: hendrikmuhs/ccache-action@v1.2.23
419+
uses: hendrikmuhs/ccache-action@v1.2.24
420420
with:
421421
key: ${{ github.job }}-${{ runner.os }}
422422
- name: Set up JDK 17

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
clang-format: true
113113
- name: ccache
114-
uses: hendrikmuhs/ccache-action@v1.2.23
114+
uses: hendrikmuhs/ccache-action@v1.2.24
115115
with:
116116
key: ${{ github.job }}-${{ runner.os }}
117117
- name: Set up JDK 17

0 commit comments

Comments
 (0)