@@ -121,7 +121,7 @@ jobs:
121
121
env :
122
122
cache-name : cpm-cache-0
123
123
id : cpm-cache-restore
124
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
124
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
125
125
with :
126
126
path : ~/cpm-cache
127
127
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -138,7 +138,7 @@ jobs:
138
138
env :
139
139
cache-name : cpm-cache-0
140
140
if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
141
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
141
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
142
142
with :
143
143
path : ~/cpm-cache
144
144
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -200,7 +200,7 @@ jobs:
200
200
env :
201
201
cache-name : cpm-cache-0
202
202
id : cpm-cache-restore
203
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
203
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
204
204
with :
205
205
path : ~/cpm-cache
206
206
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -217,7 +217,7 @@ jobs:
217
217
env :
218
218
cache-name : cpm-cache-0
219
219
if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
220
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
220
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
221
221
with :
222
222
path : ~/cpm-cache
223
223
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -263,7 +263,7 @@ jobs:
263
263
env :
264
264
cache-name : cpm-cache-0
265
265
id : cpm-cache-restore
266
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
266
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
267
267
with :
268
268
path : ~/cpm-cache
269
269
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -281,7 +281,7 @@ jobs:
281
281
env :
282
282
cache-name : cpm-cache-0
283
283
if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
284
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
284
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
285
285
with :
286
286
path : ~/cpm-cache
287
287
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -320,7 +320,7 @@ jobs:
320
320
env :
321
321
cache-name : cpm-cache-0
322
322
id : cpm-cache-restore
323
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
323
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
324
324
with :
325
325
path : ~/cpm-cache
326
326
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -338,7 +338,7 @@ jobs:
338
338
env :
339
339
cache-name : cpm-cache-0
340
340
if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
341
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
341
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
342
342
with :
343
343
path : ~/cpm-cache
344
344
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -366,7 +366,7 @@ jobs:
366
366
env :
367
367
cache-name : cpm-cache-0
368
368
id : cpm-cache-restore
369
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
369
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
370
370
with :
371
371
path : ~/cpm-cache
372
372
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
@@ -383,7 +383,7 @@ jobs:
383
383
env :
384
384
cache-name : cpm-cache-0
385
385
if : steps.cpm-cache-restore.outputs.cache-hit != 'true'
386
- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
386
+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
387
387
with :
388
388
path : ~/cpm-cache
389
389
key : ${{runner.os}}-${{env.cache-name}}-${{ hashFiles('**/CMakeLists.txt', 'cmake/**') }}
0 commit comments