Skip to content

Commit

Permalink
ci: Fix misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Jan 8, 2025
1 parent 48bced2 commit e482ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya/github-actions-[email protected]
- uses: hakadoriya-actions/[email protected]
id: paths-filter
with:
paths: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya/github-actions-[email protected]
- uses: hakadoriya-actions/[email protected]
id: paths-filter
with:
paths: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
outputs:
skip: ${{ steps.paths-filter.outputs.skip }}
steps:
- uses: hakadoriya/github-actions-[email protected]
- uses: hakadoriya-actions/[email protected]
id: paths-filter
with:
paths: |-
Expand Down

0 comments on commit e482ec3

Please sign in to comment.