From 0c0a55d766292a4315c0d7137c8d760e0c69aaef Mon Sep 17 00:00:00 2001 From: diced Date: Fri, 28 Oct 2022 21:01:49 -0700 Subject: [PATCH] fix: update actions/cache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f73ad82..4c7aa32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: 'Restore dependency cache' id: cache-restore - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | node_modules