diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c23224..c10e8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # diff against. Free on public repos. - name: Dependency review if: github.event_name == 'pull_request' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: fail-on-severity: high comment-summary-in-pr: on-failure