mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #151 from tj-actions/renovate/tj-actions-verify-changed-files-19.x
chore(deps): update tj-actions/verify-changed-files action to v19
This commit is contained in:
commit
e061e238ad
2 changed files with 3 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Check changes to the backup file.
|
||||
id: changed_backup
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
uses: tj-actions/verify-changed-files@v18
|
||||
uses: tj-actions/verify-changed-files@v19
|
||||
with:
|
||||
files: backups/${{ matrix.postgresql_version }}/backup.sql
|
||||
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
|
||||
- name: Check changes to backup file.
|
||||
id: changed_backup
|
||||
uses: tj-actions/verify-changed-files@v18
|
||||
uses: tj-actions/verify-changed-files@v19
|
||||
with:
|
||||
files: backups/backup.sql
|
||||
|
||||
|
|
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: tj-actions/remark@v3
|
||||
|
||||
- name: Verify Changed files
|
||||
uses: tj-actions/verify-changed-files@v18
|
||||
uses: tj-actions/verify-changed-files@v19
|
||||
id: verify_changed_files
|
||||
with:
|
||||
files: |
|
||||
|
|
Loading…
Add table
Reference in a new issue