5959 steps :
6060 - uses : actions/checkout@v4
6161 - name : ccache
62- uses : hendrikmuhs/ccache-action@v1.2.12
62+ uses : hendrikmuhs/ccache-action@v1.2.13
6363 with :
6464 # key: ${{ matrix.os }}-${{ matrix.type }}
6565 key : ${{ matrix.msystem }}
@@ -158,7 +158,7 @@ jobs:
158158 - uses : actions/checkout@v4
159159
160160 - name : ccache
161- uses : hendrikmuhs/ccache-action@v1.2.12
161+ uses : hendrikmuhs/ccache-action@v1.2.13
162162 with :
163163 key : ${{ matrix.cfg.libs }}
164164
@@ -184,7 +184,7 @@ jobs:
184184 steps :
185185 - uses : actions/checkout@v4
186186 - name : ccache
187- uses : hendrikmuhs/ccache-action@v1.2.12
187+ uses : hendrikmuhs/ccache-action@v1.2.13
188188 with :
189189 key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
190190
@@ -222,7 +222,7 @@ jobs:
222222
223223 - uses : actions/checkout@v4
224224 - name : ccache
225- uses : hendrikmuhs/ccache-action@v1.2.12
225+ uses : hendrikmuhs/ccache-action@v1.2.13
226226 with :
227227 key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
228228
@@ -255,7 +255,7 @@ jobs:
255255 steps :
256256 - uses : actions/checkout@v4
257257 - name : ccache
258- uses : hendrikmuhs/ccache-action@v1.2.12
258+ uses : hendrikmuhs/ccache-action@v1.2.13
259259 with :
260260 # key: ${{ matrix.os }}-${{ matrix.type }}
261261 key : ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}
0 commit comments