File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ runs:
133133
134134 - name : Lookup job result in actions/cache
135135 id : cache-lookup
136- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
136+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
137137 with :
138138 path : ${{ steps.compute-hash.outputs.cache-path }}
139139 key : ${{ steps.compute-hash.outputs.cache-key }}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Save job result to cache
129129 if : success() && steps.cache.outputs.should-run == 'true' && steps.cache.outputs.cache-source == 'none'
130- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
130+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
131131 with :
132132 path : ${{ steps.cache.outputs.cache-path }}
133133 key : ${{ steps.cache.outputs.cache-key }}
You can’t perform that action at this time.
0 commit comments