@@ -270,7 +270,7 @@ jobs:
270270
271271 - name : Save execution cache
272272 if : success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
273- uses : actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
273+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
274274 with :
275275 path : ${{ steps.cache.outputs.cache-path }}
276276 key : ${{ steps.cache.outputs.cache-key }}
@@ -342,7 +342,7 @@ jobs:
342342
343343 - name : Save execution cache
344344 if : success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
345- uses : actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
345+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
346346 with :
347347 path : ${{ steps.cache.outputs.cache-path }}
348348 key : ${{ steps.cache.outputs.cache-key }}
@@ -408,7 +408,7 @@ jobs:
408408
409409 - name : Save execution cache
410410 if : success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
411- uses : actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
411+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
412412 with :
413413 path : ${{ steps.cache.outputs.cache-path }}
414414 key : ${{ steps.cache.outputs.cache-key }}
@@ -556,7 +556,7 @@ jobs:
556556
557557 - name : Save execution cache
558558 if : success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
559- uses : actions/cache/save@565629816435f6c0b50676926c9b05c254113c0c # ratchet:actions/cache/save@v4
559+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # ratchet:actions/cache/save@v4
560560 with :
561561 path : ${{ steps.cache.outputs.cache-path }}
562562 key : ${{ steps.cache.outputs.cache-key }}
0 commit comments