Skip to content

Commit

Permalink
build(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14
Browse files Browse the repository at this point in the history
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.13 to 1.2.14.
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
- [Commits](hendrikmuhs/ccache-action@v1.2.13...v1.2.14)

---
updated-dependencies:
- dependency-name: hendrikmuhs/ccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and keith-packard committed Aug 22, 2024
1 parent 268c5d6 commit b25f4a4
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 b25f4a4

Please sign in to comment.