diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3be26d19..7a4fce98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache node modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.2 env: cache-name: cache-node-modules with: