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 GitHub
parent 2074e36aa4
commit 2341caab75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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