mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Update tj-actions/verify-changed-files action to v9
This commit is contained in:
parent
7f0547a775
commit
d8735108c4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Check changes to backup file.
|
||||
id: changed_backup
|
||||
uses: tj-actions/verify-changed-files@v8
|
||||
uses: tj-actions/verify-changed-files@v9
|
||||
with:
|
||||
files: backups/backup.sql
|
||||
|
||||
|
|
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: tj-actions/remark@v2.3
|
||||
|
||||
- name: Verify Changed files
|
||||
uses: tj-actions/verify-changed-files@v8
|
||||
uses: tj-actions/verify-changed-files@v9
|
||||
id: verify_changed_files
|
||||
with:
|
||||
files: |
|
||||
|
|
Loading…
Add table
Reference in a new issue