From e2df2dce62f37fdbfee46dcb9aaeceb0e973576b Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Tue, 10 Dec 2024 12:42:58 -0700 Subject: [PATCH] Update github cache action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e28b126..423307db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - name: Cache node modules id: cache-node-modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node-modules