diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b84355e4..8183efa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-nodejs-${{ hashFiles('**/package-lock.json') }} @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-nodejs-${{ hashFiles('**/package-lock.json') }}