Skip to content

Commit 424cc2f

Browse files
committed
Update build-pdf-runtime.yml
1 parent 447d8dd commit 424cc2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pdf-runtime.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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: >-

0 commit comments

Comments
 (0)