From 3cf438f94157bdbb8839cab0b8c22b939c387c09 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 21 Nov 2024 03:30:54 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/pr-lint.yml --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 7c4953ff..c84adb2d 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -317,7 +317,7 @@ jobs: - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.4.0 + uses: actions/dependency-review-action@v4.5.0 no-merge-commits: # Check that there are no merge commits in the PR