diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d25c9e46..a9835f97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: version: 8 - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: node-modules-cache-${{ hashFiles('**/pnpm-lock.yaml') }}