chore(deps): upgrade tj-actions/verify-changed-files to v18 (#7121)

This commit is contained in:
Ben McCann 2024-02-14 11:53:42 -08:00 committed by GitHub
parent 5ff68d4cdb
commit 5abbb335c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,7 +285,7 @@ jobs:
- name: Run API generation
run: make open-api
- name: Find file changes
uses: tj-actions/verify-changed-files@v13.1
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
@ -340,7 +340,7 @@ jobs:
run: npm run typeorm:migrations:generate ./src/infra/migrations/TestMigration
- name: Find file changes
uses: tj-actions/verify-changed-files@v13.1
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
@ -358,7 +358,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/immich
- name: Find file changes
uses: tj-actions/verify-changed-files@v13.1
uses: tj-actions/verify-changed-files@v18
id: verify-changed-sql-files
with:
files: |