From 1b77615d27d6deffdeb14e3451cef534e9479a68 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 23 Sep 2024 15:43:20 +1000 Subject: [PATCH] ci: update cache version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e89a389..0965d7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: Check for unused dependencies run: cargo shear - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry