diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b70974..94e4b0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Review dependency changes (PRs only) if: github.event_name == 'pull_request' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: fail-on-severity: high continue-on-error: true # Deprecated action may fail on Node.js 20