diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cae077..508cfbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=dir::$(npm config get cache)" - name: Cache dependencies - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ${{ steps.npm-cache.outputs.dir}} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}