diff --git a/.github/actions/should-deployment-preview-run/action.yml b/.github/actions/should-deployment-preview-run/action.yml index 98e6ba97..6d38e64d 100644 --- a/.github/actions/should-deployment-preview-run/action.yml +++ b/.github/actions/should-deployment-preview-run/action.yml @@ -16,7 +16,7 @@ runs: - name: Get DB schema file change id: db-schema-file - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v37 with: files: server/src/main/resources/db/**