Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading