diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index cadf46ab3b9d1c..777198358c78f1 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@v4 - name: Dependency Review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 with: config-file: './.github/dependency_review.yml'