From de9e71178b53400f1309d0945cd1be96d5ad6d69 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 5 Mar 2024 20:49:35 -0800 Subject: [PATCH] ci: upgrade `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 66dac057..279e778c 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"