chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-17 16:29:21 +00:00 committed by June
parent 2074e36aa4
commit 44440f745f
1 changed files with 2 additions and 2 deletions

View File

@ -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