Skip to content

Commit

Permalink
Merge pull request #29 from hatena/renovate/tj-actions-changed-files-…
Browse files Browse the repository at this point in the history
…44.x

Update tj-actions/changed-files action to v44
  • Loading branch information
ne-sachirou authored Apr 23, 2024
2 parents 0439085 + 09a321e commit c25baca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: judge-needs-test-go
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**/*.go
go.mod
go.sum
.github/workflows/task-test-go.yml
- id: judge-needs-lint-markdown
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**/*.md
- id: judge-needs-lint-yaml
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: |
**/*.y{,a}ml
Expand Down

0 comments on commit c25baca

Please sign in to comment.