From 7feed822a8db790058e3ecfee3b069be25a8a100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:01:19 +0000 Subject: [PATCH] chore(deps): Bump tj-actions/changed-files Bumps the production-dependencies group with 1 update in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 45.0.3 to 45.0.6 - [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/v45.0.3...v45.0.6) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... 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 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