From 74064c04089d51ae97380da4a07e08cb615b687f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 17 Feb 2024 11:05:42 -0800 Subject: [PATCH] ci: update `actions/cache` to v4 --- .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 bbf63f5..ddc1b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: "**/node_modules"