Skip to content

Commit

Permalink
Merge pull request #7 from hatena/renovate/tj-actions-changed-files-37.x
Browse files Browse the repository at this point in the history
Update tj-actions/changed-files action to v37
  • Loading branch information
ne-sachirou authored Jun 26, 2023
2 parents e4265d8 + b3d98f6 commit 5254b06
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@v3
- id: judge-needs-test-go
uses: tj-actions/changed-files@v36
uses: tj-actions/changed-files@v37
with:
files: |
**/*.go
go.mod
go.sum
.github/workflows/task-test-go.yml
- id: judge-needs-lint-markdown
uses: tj-actions/changed-files@v36
uses: tj-actions/changed-files@v37
with:
files: |
**/*.md
- id: judge-needs-lint-yaml
uses: tj-actions/changed-files@v36
uses: tj-actions/changed-files@v37
with:
files: |
**/*.y{,a}ml
Expand Down

0 comments on commit 5254b06

Please sign in to comment.