@@ -115,7 +115,7 @@ jobs:
115115 run : cat /proc/cpuinfo
116116 - run : sudo apt-get update
117117 - name : ccache
118- uses : hendrikmuhs/ccache-action@v1.2.16
118+ uses : hendrikmuhs/ccache-action@v1.2.17
119119 with :
120120 key : ${{ github.job }}-${{ matrix.isax }}
121121 evict-old-files : job
@@ -156,7 +156,7 @@ jobs:
156156 run : cat /proc/cpuinfo
157157 - run : sudo apt-get update
158158 - name : ccache
159- uses : hendrikmuhs/ccache-action@v1.2.16
159+ uses : hendrikmuhs/ccache-action@v1.2.17
160160 with :
161161 key : ${{ github.job }}-
162162 evict-old-files : job
@@ -195,7 +195,7 @@ jobs:
195195 submodules : recursive
196196 - run : sudo apt-get update
197197 - name : ccache
198- uses : hendrikmuhs/ccache-action@v1.2.16
198+ uses : hendrikmuhs/ccache-action@v1.2.17
199199 with :
200200 key : ${{ github.job }}
201201 evict-old-files : job
@@ -240,7 +240,7 @@ jobs:
240240 run : cat /proc/cpuinfo
241241 - run : sudo apt-get update
242242 - name : ccache
243- uses : hendrikmuhs/ccache-action@v1.2.16
243+ uses : hendrikmuhs/ccache-action@v1.2.17
244244 with :
245245 key : ${{ github.job }}
246246 evict-old-files : job
@@ -273,7 +273,7 @@ jobs:
273273 echo "model_name=$(grep -m1 'model name' < /proc/cpuinfo | awk '-F: ' '{ print $2}' | tr '-' '_')" >> "$GITHUB_OUTPUT"
274274 - run : sudo apt-get update
275275 - name : ccache
276- uses : hendrikmuhs/ccache-action@v1.2.16
276+ uses : hendrikmuhs/ccache-action@v1.2.17
277277 with :
278278 key : ${{ github.job }}-${{ steps.cpu.outputs.model_name }}
279279 evict-old-files : job
@@ -343,7 +343,7 @@ jobs:
343343 echo "model_name=$(grep -m1 'model name' < /proc/cpuinfo | awk '-F: ' '{ print $2}' | tr '-' '_')" >> "$GITHUB_OUTPUT"
344344 - run : sudo apt-get update
345345 - name : ccache
346- uses : hendrikmuhs/ccache-action@v1.2.16
346+ uses : hendrikmuhs/ccache-action@v1.2.17
347347 with :
348348 key : ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }}-${{ steps.cpu.outputs.model_name }}
349349 evict-old-files : job
@@ -452,7 +452,7 @@ jobs:
452452 qemu-user-static pipx libc6-${{ matrix.arch_deb }}-cross libstdc++-${{ matrix.version }}-dev-${{ matrix.arch_deb }}-cross
453453 pipx install meson==0.55.1
454454 - name : ccache
455- uses : hendrikmuhs/ccache-action@v1.2.16
455+ uses : hendrikmuhs/ccache-action@v1.2.17
456456 with :
457457 key : ${{ github.job }}-${{ matrix.version}}${{ matrix.extra }}-${{ matrix.distro }}-${{ matrix.cross }}
458458 evict-old-files : job
@@ -505,7 +505,7 @@ jobs:
505505 libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
506506 binutils-${{ matrix.arch_gnu }}-linux-gnu
507507 - name : ccache
508- uses : hendrikmuhs/ccache-action@v1.2.16
508+ uses : hendrikmuhs/ccache-action@v1.2.17
509509 with :
510510 key : ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }}
511511 evict-old-files : job
@@ -557,7 +557,7 @@ jobs:
557557 libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
558558 binutils-${{ matrix.arch_gnu }}-linux-gnu
559559 - name : ccache
560- uses : hendrikmuhs/ccache-action@v1.2.16
560+ uses : hendrikmuhs/ccache-action@v1.2.17
561561 with :
562562 key : ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }}
563563 evict-old-files : job
@@ -645,7 +645,7 @@ jobs:
645645 binutils-${{ matrix.arch_gnu }}-linux-gnu${{ matrix.arch_gnu_abi }}
646646 pipx install meson==0.55.1
647647 - name : ccache
648- uses : hendrikmuhs/ccache-action@v1.2.16
648+ uses : hendrikmuhs/ccache-action@v1.2.17
649649 with :
650650 key : ${{ github.job }}-${{ matrix.version }}${{ matrix.extra }}-${{ matrix.cross }}
651651 evict-old-files : job
@@ -769,7 +769,7 @@ jobs:
769769 echo "model_name=$(grep -m1 'model name' < /proc/cpuinfo | awk '-F: ' '{ print $2}' | tr '-' '_')" >> "$GITHUB_OUTPUT"
770770 - run : sudo apt-get update
771771 - name : ccache
772- uses : hendrikmuhs/ccache-action@v1.2.16
772+ uses : hendrikmuhs/ccache-action@v1.2.17
773773 with :
774774 key : ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }}-${{ steps.cpu.outputs.model_name }}
775775 evict-old-files : job
@@ -860,7 +860,7 @@ jobs:
860860 - name : Compiler version
861861 run : cc --version
862862 - name : ccache
863- uses : hendrikmuhs/ccache-action@v1.2.16
863+ uses : hendrikmuhs/ccache-action@v1.2.17
864864 with :
865865 key : ${{ github.job }}-${{ matrix.os }}-${{ matrix.xcode }}
866866 evict-old-files : job
@@ -927,7 +927,7 @@ jobs:
927927 libc6-loong64-cross libstdc++-14-dev-loong64-cross \
928928 gcc-14-loongarch64-linux-gnu g++-14-loongarch64-linux-gnu
929929 - name : ccache
930- uses : hendrikmuhs/ccache-action@v1.2.16
930+ uses : hendrikmuhs/ccache-action@v1.2.17
931931 with :
932932 key : ${{ github.job }}-gcc-14
933933 evict-old-files : job
0 commit comments