0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

chore(deps): update tj-actions/verify-changed-files action to v20

This commit is contained in:
renovate[bot] 2024-05-04 17:06:47 +00:00 committed by GitHub
parent 2f98e95f47
commit 827bcbcb62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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@v19
uses: tj-actions/verify-changed-files@v20
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@v19
uses: tj-actions/verify-changed-files@v20
with:
files: backups/backup.sql

View file

@ -20,7 +20,7 @@ jobs:
uses: tj-actions/remark@v3
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v19
uses: tj-actions/verify-changed-files@v20
id: verify_changed_files
with:
files: |