From 56eaf74abaa2664b46a481a7be26dda475ecde59 Mon Sep 17 00:00:00 2001 From: yumetodo Date: Sun, 3 Dec 2023 21:01:23 +0900 Subject: [PATCH] fix(ci): ripgrep 14.0.3 --- .github/workflows/detect_forbidden_characters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect_forbidden_characters.yml b/.github/workflows/detect_forbidden_characters.yml index f51f493c24..366f88492e 100644 --- a/.github/workflows/detect_forbidden_characters.yml +++ b/.github/workflows/detect_forbidden_characters.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest env: - RIPGREP_VERSION: 13.0.0 + RIPGREP_VERSION: 14.0.3 BIN_DIR: ${{ github.workspace }}/bin REPO_DIR: repo cache-version: v1