From 1e2adc0706937d641b7462bea4edc393f0783de4 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Fri, 26 Jun 2026 16:44:57 +0530 Subject: [PATCH] ci: bump pre-commit actions to v3.0.1 (#56562) --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 37d8363beaa..0d2cd148251 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -21,7 +21,7 @@ jobs: cache: pip - name: Install and Run Pre-commit - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 semgrep: name: semgrep