@@ -129,7 +129,7 @@ jobs:
129129
130130 - name : ccache-restore
131131 id : ccache-restore
132- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
132+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
133133 with :
134134 path : ~/.ccache
135135 key : wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -163,7 +163,7 @@ jobs:
163163
164164 - name : ccache-save
165165 id : ccache-save
166- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
166+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
167167 with :
168168 path : ~/.ccache
169169 key : wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -236,7 +236,7 @@ jobs:
236236
237237 - name : ccache-restore
238238 id : ccache-restore
239- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
239+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
240240 with :
241241 path : ~/.ccache
242242 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -265,7 +265,7 @@ jobs:
265265
266266 - name : ccache-save
267267 id : ccache-save
268- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
268+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
269269 with :
270270 path : ~/.ccache
271271 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -332,7 +332,7 @@ jobs:
332332
333333 - name : ccache-restore
334334 id : ccache-restore
335- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
335+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
336336 with :
337337 path : ~/.ccache
338338 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -364,7 +364,7 @@ jobs:
364364
365365 - name : ccache-save
366366 id : ccache-save
367- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
367+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
368368 with :
369369 path : ~/.ccache
370370 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -421,7 +421,7 @@ jobs:
421421
422422 - name : ccache-restore
423423 id : ccache-restore
424- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
424+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
425425 with :
426426 path : ~/.ccache
427427 key : wheel-${{runner.os}}-${{matrix.python}}
@@ -445,7 +445,7 @@ jobs:
445445
446446 - name : ccache-save
447447 id : ccache-save
448- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
448+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
449449 with :
450450 path : ~/.ccache
451451 key : wheel-${{runner.os}}-${{matrix.python}}
0 commit comments