diff --git a/.github/workflows/pr-dependency-review-action.yml b/.github/workflows/pr-dependency-review-action.yml index 501da70..b689bcd 100644 --- a/.github/workflows/pr-dependency-review-action.yml +++ b/.github/workflows/pr-dependency-review-action.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Dependency Review' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: retry-on-snapshot-warnings: true retry-on-snapshot-warnings-timeout: 600