From 6d85c03bf84567107b810e3fc6cb9b7740996de0 Mon Sep 17 00:00:00 2001 From: He Zhangjian Date: Sat, 4 Jan 2025 15:42:45 +0800 Subject: [PATCH] ci: update GitHub Actions to use new repository path Signed-off-by: He Zhangjian --- .github/workflows/go_mod_check.yml | 2 +- .github/workflows/go_unit_test.yml | 2 -- .github/workflows/line_lint.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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' diff --git a/.github/workflows/go_unit_test.yml b/.github/workflows/go_unit_test.yml index 75c1a57..f5a0e4e 100644 --- a/.github/workflows/go_unit_test.yml +++ b/.github/workflows/go_unit_test.yml @@ -16,8 +16,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: "go.mod" - - name: setup ZooKeeper - uses: shoothzj/setup-zookeeper-action@main - name: Run coverage run: go test ./... -coverpkg=./... -race -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage to Codecov diff --git a/.github/workflows/line_lint.yml b/.github/workflows/line_lint.yml index 3051729..8a2646f 100644 --- a/.github/workflows/line_lint.yml +++ b/.github/workflows/line_lint.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: linelint - uses: shoothzj/linelint@main + uses: hezhangjian/linelint@main