File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ runs:
142142
143143
144144 - name : Restore cache
145- uses : actions/cache/restore@v4
145+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
146146 id : cache-tools-restore
147147 env :
148148 BIN_DIR : ${{ steps.bin-dir.outputs.dir }}
@@ -270,7 +270,7 @@ runs:
270270 # See: https://github.com/actions/cache/blob/main/save/README.md#always-save-cache
271271 - name : Save cache
272272 if : always() && steps.cache-tools-restore.outputs.cache-hit != 'true' && steps.install-tools.outcome == 'success'
273- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
273+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
274274 env :
275275 BIN_DIR : ${{ steps.bin-dir.outputs.dir }}
276276 VERSIONS : ${{ steps.versions.outputs.versions }}
You can’t perform that action at this time.
0 commit comments