Skip to content

Commit ebc460e

Browse files
authored
Merge pull request #38 from hatena/renovate/tj-actions-changed-files-46.x
Update tj-actions/changed-files action to v46
2 parents 758e645 + 532ceff commit ebc460e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- id: judge-needs-test-go
17-
uses: tj-actions/changed-files@v44
17+
uses: tj-actions/changed-files@v46
1818
with:
1919
files: |
2020
**/*.go
2121
go.mod
2222
go.sum
2323
.github/workflows/task-test-go.yml
2424
- id: judge-needs-lint-markdown
25-
uses: tj-actions/changed-files@v44
25+
uses: tj-actions/changed-files@v46
2626
with:
2727
files: |
2828
**/*.md
2929
- id: judge-needs-lint-yaml
30-
uses: tj-actions/changed-files@v44
30+
uses: tj-actions/changed-files@v46
3131
with:
3232
files: |
3333
**/*.y{,a}ml

0 commit comments

Comments
 (0)