From 51f536ff1036d8a92dd49fbaacae5e1e3f301c0c Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:52:17 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index a2e66b0..bb95bd7 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -22,7 +22,7 @@ jobs: run: npm install - name: Cache node_modules - uses: ztimson/actions/cache/store@develop + uses: ztimson/actions/cache@develop with: key: node_modules pattern: node_modules/*