chore(deps): update actions/cache action to v4
This commit is contained in:
parent
2074e36aa4
commit
44440f745f
|
@ -44,13 +44,13 @@ jobs:
|
|||
run: nix-env -f "<nixpkgs>" -i direnv -i nix-direnv
|
||||
|
||||
- name: Pop/push downloaded crate cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: downloaded-crates
|
||||
path: ~/.cargo
|
||||
|
||||
- name: Pop/push compiled crate cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: compiled-crates-${{runner.os}}
|
||||
path: target
|
||||
|
|
Loading…
Reference in New Issue