Skip to content

Commit

Permalink
chore(deps): upgrade tj-actions/verify-changed-files to v18 (#7121)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 14, 2024
1 parent 5ff68d4 commit 5abbb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 5abbb33

Please sign in to comment.