From 0bb343dafe1b7c89ad15ed9ca523ad343f00286e Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 15 Feb 2024 07:06:51 +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 8d198fde..18b06d0d 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -257,7 +257,7 @@ jobs: fetch-depth: 0 - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.0.0 + uses: actions/dependency-review-action@v4.1.0 no-merge-commits: # Check that there are no merge commits in the PR