Skip to content

Commit

Permalink
Update tj-actions/verify-changed-files action to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 5, 2021
1 parent 862dbd7 commit c8e96cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test/README.md
test/subdir/README.md
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v7
uses: tj-actions/verify-changed-files@v8
id: changed_files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: tj-actions/[email protected]

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v7
uses: tj-actions/verify-changed-files@v8
id: verify_changed_files
with:
files: |
Expand Down

0 comments on commit c8e96cb

Please sign in to comment.