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

Merge pull request #39 from tj-actions/renovate/tj-actions-verify-changed-files-8.x

Update tj-actions/verify-changed-files action to v8
This commit is contained in:
Tonye Jack 2021-10-04 22:59:48 -04:00 committed by GitHub
commit 2580709923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Check changes to backup file. - name: Check changes to backup file.
id: changed_backup id: changed_backup
uses: tj-actions/verify-changed-files@v7 uses: tj-actions/verify-changed-files@v8
with: with:
files: backups/backup.sql files: backups/backup.sql

View file

@ -17,7 +17,7 @@ jobs:
uses: tj-actions/remark@v1.7 uses: tj-actions/remark@v1.7
- name: Verify Changed files - name: Verify Changed files
uses: tj-actions/verify-changed-files@v7 uses: tj-actions/verify-changed-files@v8
id: verify_changed_files id: verify_changed_files
with: with:
files: | files: |