From 7d3d876376916f43c2aebfea42ed418cf20aee0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:04:55 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 70069877f29101175ed2b055d210fe8b1d54d7d7 to e0021407031f5be11a464abee9a0776171c79891. - [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/70069877f29101175ed2b055d210fe8b1d54d7d7...e0021407031f5be11a464abee9a0776171c79891) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: e0021407031f5be11a464abee9a0776171c79891 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index d61d53d44..214e71e95 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -36,7 +36,7 @@ jobs: # Get the list of changed files, excluding Markdown files and deleted files - name: Get changed files id: changed-files - uses: tj-actions/changed-files@70069877f29101175ed2b055d210fe8b1d54d7d7 + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'