From 2772bf98aad96fd2e687c9635a321ddfbe75af6c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 25 Mar 2024 20:16:09 +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 cc4b2484..ee81faf1 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -292,7 +292,7 @@ jobs: - name: 'Dependency Review' if: steps.visibility.outputs.is_public == 'true' - uses: actions/dependency-review-action@v4.2.3 + uses: actions/dependency-review-action@v4.2.4 no-merge-commits: # Check that there are no merge commits in the PR