From 48124bb9d7deda6f1f0d011113015bebf4fd37c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:49:42 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#847) --- .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 f551f660..513e5c12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: submodules: true - name: Cargo Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cargo key: cargo-${{ hashFiles('Cargo.toml') }} @@ -25,7 +25,7 @@ jobs: cargo - name: Cargo Target Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: target key: cargo-target-${{ hashFiles('Cargo.toml') }}