diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index c4534168..324f9c9f 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -44,7 +44,7 @@ jobs: - name: Get changed migration files id: changed_migrations - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: server/standalone/migration/*.sql