Skip to content

Commit

Permalink
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 and jackton1 committed Dec 15, 2022
1 parent f99ac80 commit e46107c
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 @@ -38,7 +38,7 @@ jobs:

- name: Check changes to backup file.
id: changed_backup
uses: tj-actions/verify-changed-files@v12
uses: tj-actions/verify-changed-files@v13
with:
files: backups/backup.sql

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/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 e46107c

Please sign in to comment.