Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-packard committed Aug 25, 2024
2 parents d9b236d + b25f4a4 commit dc18492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steps-head
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
# and zephyr.
- name: ccache
if: matrix.test == './.github/do-zephyr'
uses: hendrikmuhs/[email protected].13
uses: hendrikmuhs/[email protected].14
with:
key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }}
max-size: ${{ env.CCACHE_SIZE }}
Expand Down

0 comments on commit dc18492

Please sign in to comment.