From 044dbd71fcd56a39f2756941610c36ce6729e3e2 Mon Sep 17 00:00:00 2001 From: wavefnx <157986149+wavefnx@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:04:53 +0100 Subject: [PATCH] update cache action --- .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 c484891..ccbcbb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: # Cache dependencies to speed up subsequent builds - name: Cache Cargo dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} @@ -35,4 +35,4 @@ jobs: # Run static analysis with clippy - name: Run clippy - run: cargo clippy --all -- -D warnings \ No newline at end of file + run: cargo clippy --all -- -D warnings