diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f02da2e5..39b5ce45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Restore cached dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: node_modules key: node-modules-${{ hashFiles('package.json') }}