chore(deps): update actions/cache action to v4
This commit is contained in:
parent
2074e36aa4
commit
44440f745f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -44,13 +44,13 @@ jobs:
|
||||||
run: nix-env -f "<nixpkgs>" -i direnv -i nix-direnv
|
run: nix-env -f "<nixpkgs>" -i direnv -i nix-direnv
|
||||||
|
|
||||||
- name: Pop/push downloaded crate cache
|
- name: Pop/push downloaded crate cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: downloaded-crates
|
key: downloaded-crates
|
||||||
path: ~/.cargo
|
path: ~/.cargo
|
||||||
|
|
||||||
- name: Pop/push compiled crate cache
|
- name: Pop/push compiled crate cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: compiled-crates-${{runner.os}}
|
key: compiled-crates-${{runner.os}}
|
||||||
path: target
|
path: target
|
||||||
|
|
Loading…
Add table
Reference in a new issue