Skip to content

Commit 342460a

Browse files
committed
Bump to actions/cache@v4
1 parent f652a25 commit 342460a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
override: true
1717
components: clippy
1818
- name: Cache cargo dependencies
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.cargo/
2222
key: cache-cargo-deps-${{ runner.os }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml') }}
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: stable
4646
override: true
4747
- name: Cache cargo dependencies
48-
uses: actions/cache@v2
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.cargo/
5151
key: cache-cargo-deps-${{ runner.os }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml') }}

0 commit comments

Comments
 (0)