File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 key : build-${{ runner.os }}-ccache
7171 max-size : 500M
7272 - name : Setup pnpm store cache
73- uses : actions/cache@v4
73+ uses : actions/cache@v5
7474 with :
7575 path : |
7676 ~/.local/share/pnpm/store
8080 restore-keys : |
8181 build-${{ runner.os }}-pnpm-store-
8282 - name : Setup xz deps cache
83- uses : actions/cache@v4
83+ uses : actions/cache@v5
8484 id : xz-cache
8585 with :
8686 path : |
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Cache XZ sources
157157 id : cache-xz
158- uses : actions/cache@v4
158+ uses : actions/cache@v5
159159 with :
160160 path : |
161161 deps/xz
@@ -261,7 +261,7 @@ jobs:
261261 ccache-max-size : ' 200M'
262262
263263 - name : Cache build artifacts
264- uses : actions/cache@v4
264+ uses : actions/cache@v5
265265 with :
266266 path : |
267267 build/liblzma
@@ -347,7 +347,7 @@ jobs:
347347
348348 - name : Cache build artifacts
349349 if : matrix.config.use_global_liblzma == false
350- uses : actions/cache@v4
350+ uses : actions/cache@v5
351351 with :
352352 path : |
353353 build/liblzma
@@ -426,7 +426,7 @@ jobs:
426426 ccache-max-size : ' 300M'
427427
428428 - name : Cache build artifacts
429- uses : actions/cache@v4
429+ uses : actions/cache@v5
430430 with :
431431 path : |
432432 build/liblzma
Original file line number Diff line number Diff line change 3737 cache : ' pnpm'
3838
3939 - name : Cache XZ sources
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : |
4343 deps/xz
8181 cache : ' pnpm'
8282
8383 - name : Cache XZ sources
84- uses : actions/cache@v4
84+ uses : actions/cache@v5
8585 with :
8686 path : |
8787 deps/xz
@@ -131,7 +131,7 @@ jobs:
131131 registry-url : ' https://registry.npmjs.org'
132132
133133 - name : Cache XZ sources
134- uses : actions/cache@v4
134+ uses : actions/cache@v5
135135 with :
136136 path : |
137137 deps/xz
You can’t perform that action at this time.
0 commit comments