File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Restore Compiler Cache
125125 id : cache-restore
126126 if : always()
127- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
127+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
128128 with :
129129 path : ${{ env.CCACHE_DIR }}
130130 key : FC-${{ env.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
@@ -209,7 +209,7 @@ jobs:
209209 - name : Save Compiler Cache
210210 id : cache-save
211211 if : always()
212- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
212+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
213213 with :
214214 path : ${{ env.CCACHE_DIR }}
215215 key : FC-${{ env.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : Restore Compiler Cache
117117 id : cache-restore
118118 if : always()
119- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
119+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
120120 with :
121121 path : ${{ env.CCACHE_DIR }}
122122 key : FC-${{ steps.genCacheKey.outputs.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
@@ -216,7 +216,7 @@ jobs:
216216 - name : Save Compiler Cache
217217 id : cache-save
218218 if : always()
219- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
219+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
220220 with :
221221 path : ${{ env.CCACHE_DIR }}
222222 key : FC-${{ steps.genCacheKey.outputs.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - name : Restore compiler cache
112112 id : cache-restore
113113 if : always()
114- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
114+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
115115 with :
116116 path : ${{ env.CCACHE_DIR }}
117117 key : FC-${{ env.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
@@ -169,7 +169,7 @@ jobs:
169169 - name : Save Compiler Cache
170170 id : cache-save
171171 if : always()
172- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
172+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
173173 with :
174174 path : ${{ env.CCACHE_DIR }}
175175 key : FC-${{ env.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments