diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18ff9814e7..4bb551acbbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules id: cache-node-modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | node_modules