From 10df2bbddecd652059866f339b5f2307705b61bb Mon Sep 17 00:00:00 2001 From: xiezhengxiong Date: Wed, 12 Feb 2025 11:25:36 -0500 Subject: [PATCH] ci: update Github Actions to use new repository path Signed-off-by: xiezhengxiong --- .github/workflows/go_mod_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_mod_check.yml b/.github/workflows/go_mod_check.yml index 7080017..2ebc9a4 100644 --- a/.github/workflows/go_mod_check.yml +++ b/.github/workflows/go_mod_check.yml @@ -17,6 +17,6 @@ jobs: with: go-version-file: "go.mod" - name: Run Go Mod Check Action - uses: shoothzj/go-mod-check-action@main + uses: hezhangjian/go-mod-check-action@main with: prohibitIndirectDepUpdate: 'true'