From 44440f745f79e8b14a466d3f6d003f5492fb4639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:29:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8986e7ff..55be09fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,13 +44,13 @@ jobs: run: nix-env -f "" -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