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'