Skip to content

Commit f438474

Browse files
committed
ci: update actions/cache to v4
1 parent 23b5bd6 commit f438474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: install cargo deb dependencies
305305
run: sudo apt-get install -y dpkg liblzma-dev
306306

307-
- uses: actions/cache@v2
307+
- uses: actions/cache@v4
308308
with:
309309
path: |
310310
~/.cargo/registry
@@ -403,7 +403,7 @@ jobs:
403403
id: get_version
404404
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
405405

406-
- uses: actions/cache@v2
406+
- uses: actions/cache@v4
407407
with:
408408
path: |
409409
~/.cargo/registry
@@ -492,7 +492,7 @@ jobs:
492492
steps:
493493
- uses: actions/checkout@v1
494494

495-
- uses: actions/cache@v2
495+
- uses: actions/cache@v4
496496
with:
497497
path: |
498498
~/.cargo/registry

0 commit comments

Comments
 (0)