@@ -164,7 +164,7 @@ jobs:
164164 env :
165165 cache-name : cpm-cache-0
166166 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
167- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
167+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
168168 with :
169169 path : ~/cpm-cache
170170 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -250,7 +250,7 @@ jobs:
250250 env :
251251 cache-name : cpm-cache-0
252252 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
253- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
253+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
254254 with :
255255 path : ~/cpm-cache
256256 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -317,7 +317,7 @@ jobs:
317317 env :
318318 cache-name : cpm-cache-0
319319 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
320- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
320+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
321321 with :
322322 path : ~/cpm-cache
323323 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -374,7 +374,7 @@ jobs:
374374 env :
375375 cache-name : cpm-cache-0
376376 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
377- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
377+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
378378 with :
379379 path : ~/cpm-cache
380380 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -426,7 +426,7 @@ jobs:
426426 env :
427427 cache-name : cpm-cache-0
428428 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
429- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
429+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
430430 with :
431431 path : ~/cpm-cache
432432 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -513,7 +513,7 @@ jobs:
513513 env :
514514 cache-name : cpm-cache-0
515515 if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
516- uses : actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
516+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
517517 with :
518518 path : ~/cpm-cache
519519 key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
0 commit comments