From daddfa1f69307b07c50b743014a55e82ebf20547 Mon Sep 17 00:00:00 2001 From: Jon Lamb Date: Fri, 9 Feb 2024 09:03:32 -0800 Subject: [PATCH] Update github actions, again --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1663881..6d6ead2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Cache target - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4 - name: Cache target - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v4 - name: Cache target - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry