8080 run : echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
8181 - id : cache
8282 name : Cache dependencies
83- 83+ 8484 with :
8585 key : ${{ steps.cache-key.outputs.result }}
8686 path : ${{ env.CACHE_PATH }}
@@ -108,7 +108,7 @@ jobs:
108108 bun-version-file : package.json
109109 - id : cache
110110 name : Restore dependencies cache
111- 111+ 112112 with :
113113 key : ${{ needs.preflight.outputs.cache-key }}
114114 path : ${{ env.CACHE_PATH }}
@@ -135,7 +135,7 @@ jobs:
135135 bun-version-file : package.json
136136 - id : cache
137137 name : Restore dependencies cache
138- 138+ 139139 with :
140140 key : ${{ needs.preflight.outputs.cache-key }}
141141 path : ${{ env.CACHE_PATH }}
@@ -161,7 +161,7 @@ jobs:
161161 bun-version-file : package.json
162162 - id : cache
163163 name : Restore dependencies cache
164- 164+ 165165 with :
166166 key : ${{ needs.preflight.outputs.cache-key }}
167167 path : ${{ env.CACHE_PATH }}
@@ -187,7 +187,7 @@ jobs:
187187 bun-version-file : package.json
188188 - id : cache
189189 name : Restore dependencies cache
190- 190+ 191191 with :
192192 key : ${{ needs.preflight.outputs.cache-key }}
193193 path : ${{ env.CACHE_PATH }}
@@ -215,7 +215,7 @@ jobs:
215215 bun-version-file : package.json
216216 - id : cache
217217 name : Restore dependencies cache
218- 218+ 219219 with :
220220 key : ${{ needs.preflight.outputs.cache-key }}
221221 path : ${{ env.CACHE_PATH }}
@@ -256,7 +256,7 @@ jobs:
256256 bun-version-file : package.json
257257 - id : cache
258258 name : Restore dependencies cache
259- 259+ 260260 with :
261261 key : ${{ needs.preflight.outputs.cache-key }}
262262 path : ${{ env.CACHE_PATH }}
@@ -312,7 +312,7 @@ jobs:
312312 bun-version-file : package.json
313313 - id : cache
314314 name : Restore dependencies cache
315- 315+ 316316 with :
317317 key : ${{ needs.preflight.outputs.cache-key }}
318318 path : ${{ env.CACHE_PATH }}
@@ -356,7 +356,7 @@ jobs:
356356 bun-version-file : package.json
357357 - id : cache
358358 name : Restore dependencies cache
359- 359+ 360360 with :
361361 key : ${{ needs.preflight.outputs.cache-key }}
362362 path : ${{ env.CACHE_PATH }}
0 commit comments