Skip to content

Commit

Permalink
chore(deps): update tj-actions/verify-changed-files action to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2022
1 parent 42b1055 commit fe8ab2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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@v12
uses: tj-actions/verify-changed-files@v13
id: changed_files
with:
files: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
test/README.md
test/subdir/README.md
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v12
uses: tj-actions/verify-changed-files@v13
id: changed_files_major
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 @@ -20,7 +20,7 @@ jobs:
uses: tj-actions/remark@v3

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

0 comments on commit fe8ab2d

Please sign in to comment.