From 9a6578a92ae3b49ddf87922e8ea182ef4065b01a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 4 Mar 2025 08:19:56 -0700 Subject: [PATCH] update action/cachev2 to v4 to fix build issue --- .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 57c126e102..897b06b8c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ./node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}