diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 23ccc45..c2f75dc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 name: Checkout - - uses: actions/dependency-review-action@v4 + - uses: actions/dependency-review-action@v5 name: Dependency Review with: allow-licenses: MIT, Apache-2.0, BSD-2-Clause