Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent e4265d8 commit b3d98f6
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 b3d98f6

Please sign in to comment.