diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 0fba0ab..c48bf45 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres - name: Get all migrations added id: changed-migration-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: files: | db/migrate/**.rb