diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53204dc..da496b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: with: node-version: '12' - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-node-modules with: