Skip to content

Commit cf5e04d

Browse files
authored
Merge pull request #46 from libp2p/actions-cache-deprecation
chore: update actions/cache to v4
2 parents 5ad5fda + 5147664 commit cf5e04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v2
4646

4747
- name: Cache cargo folder
48-
uses: actions/cache@v1
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.cargo
5151
key: ${{ matrix.platform.target }}-cargo-${{ matrix.toolchain.rust }}
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v2
9292

9393
- name: Cache cargo folder
94-
uses: actions/cache@v1
94+
uses: actions/cache@v4
9595
with:
9696
path: ~/.cargo
9797
key: lint-cargo

0 commit comments

Comments
 (0)