diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58e4453c8..5b261a41e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,7 +71,7 @@ jobs: node-version: '20' # Set the Node.js version - name: Cache npm dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}