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 v18

This commit is contained in:
renovate[bot] 2024-02-03 22:04:44 +00:00 committed by GitHub
parent 4a82d3ee28
commit a77cb4d388
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@v17
uses: tj-actions/verify-changed-files@v18
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@v17
uses: tj-actions/verify-changed-files@v18
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@v17
uses: tj-actions/verify-changed-files@v18
id: verify_changed_files
with:
files: |