From e204fe0864d1ddc5186ca093630ab49c5192daf8 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 6 Mar 2025 21:16:08 -0800 Subject: [PATCH] update actions/cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7d982c..fe0e5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 filter: 'tree:0' - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry