From 5ada02479fb78ffd06539ab6881da619062de2bd Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sat, 16 Mar 2024 18:37:32 +0800 Subject: [PATCH] build: init project --- .github/workflows/language-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/language-check.yml b/.github/workflows/language-check.yml index a8d1458..ac6118c 100644 --- a/.github/workflows/language-check.yml +++ b/.github/workflows/language-check.yml @@ -10,4 +10,4 @@ jobs: uses: actions/checkout@v2 - name: Code Language Detector - uses: kubecub/comment-lang-detector@v0.1.5 \ No newline at end of file + uses: kubecub/comment-lang-detector@latest \ No newline at end of file