forked from picolibc/picolibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14
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
1 parent
268c5d6
commit b25f4a4
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|