diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f4a690369..0f958ac505 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: echo "dir=\"$(npm config get cache)\"" >> $GITHUB_OUTPUT - name: Cache npm dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.npm-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }}