Skip to content

Commit

Permalink
ci: update Github Actions to use new repository path (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhx9 authored Jan 19, 2025
1 parent 5902387 commit 61dac91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_mod_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/line_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: linelint
uses: shoothzj/linelint@main
uses: hezhangjian/linelint@main

0 comments on commit 61dac91

Please sign in to comment.