diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index c4534168..bcf16358 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.6 with: files: server/standalone/migration/*.sql