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') }}