diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 50902af31b..a944b78dd3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -100,7 +100,7 @@ jobs: # and zephyr. - name: ccache if: matrix.test == './.github/do-zephyr' - uses: hendrikmuhs/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.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/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.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/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.14 with: key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }} max-size: ${{ env.CCACHE_SIZE }} diff --git a/.github/workflows/steps-head b/.github/workflows/steps-head index 775b08d0e7..fa6765ebb5 100644 --- a/.github/workflows/steps-head +++ b/.github/workflows/steps-head @@ -30,7 +30,7 @@ # and zephyr. - name: ccache if: matrix.test == './.github/do-zephyr' - uses: hendrikmuhs/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.14 with: key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }} max-size: ${{ env.CCACHE_SIZE }} diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 020fd202ed..4ebd64822a 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -106,7 +106,7 @@ jobs: # and zephyr. - name: ccache if: matrix.test == './.github/do-zephyr' - uses: hendrikmuhs/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.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/ccache-action@v1.2.13 + uses: hendrikmuhs/ccache-action@v1.2.14 with: key: compilation-${{ runner.os }}-${{ github.job }}-${{ matrix.meson_flags }}-${{ env.CCACHE_SIZE }} max-size: ${{ env.CCACHE_SIZE }}