From acdb855a8affb033ccd909db4d70bf58f977fdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 00:58:17 +0000 Subject: [PATCH] Bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 37. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v37) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/should-deployment-preview-run/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**