From 19434fa8099b9aab67c5cd1bdadfaefddf639e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:53:44 +0000 Subject: [PATCH] chore(deps): Bump tj-actions/changed-files from 39.2.2 to 39.2.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.2 to 39.2.4. - [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/v39.2.2...v39.2.4) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/end2end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index 590f847e..d8a7acc8 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -45,7 +45,7 @@ jobs: - name: Get changed migration files id: changed_migrations - uses: tj-actions/changed-files@v39.2.2 + uses: tj-actions/changed-files@v39.2.4 with: files: server/standalone/migration/*.sql