File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 cache : pnpm
4444 - name : Cache runtime payload
4545 id : payload-cache
46- uses : actions/cache@v4
46+ uses : actions/cache@v5
4747 with :
4848 path : packages/pdf-runtime/.cache/payloads/${{ matrix.target }}
4949 key : >-
@@ -139,7 +139,7 @@ jobs:
139139 cache : pnpm
140140 - name : Cache runtime payload
141141 id : payload-cache
142- uses : actions/cache@v4
142+ uses : actions/cache@v5
143143 with :
144144 path : packages/pdf-runtime/.cache/payloads/${{ matrix.target }}
145145 key : >-
@@ -215,7 +215,7 @@ jobs:
215215 cache : pnpm
216216 - name : Cache runtime payload
217217 id : payload-cache
218- uses : actions/cache@v4
218+ uses : actions/cache@v5
219219 with :
220220 path : packages/pdf-runtime/.cache/payloads/${{ matrix.target }}
221221 key : >-
@@ -276,7 +276,7 @@ jobs:
276276 cache : pnpm
277277 - name : Cache runtime payload
278278 id : payload-cache
279- uses : actions/cache@v4
279+ uses : actions/cache@v5
280280 with :
281281 path : packages/pdf-runtime/.cache/payloads/${{ matrix.target }}
282282 key : >-
You can’t perform that action at this time.
0 commit comments