From 4e6f6114c1237e16d0724fde4fea023b75b46c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:21:18 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from d6f020b1d9d7992dcf07f03b14d42832f866b495 to d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449. - [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/d6f020b1d9d7992dcf07f03b14d42832f866b495...d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 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 36fad021c..3e9a501a2 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -33,7 +33,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@d6f020b1d9d7992dcf07f03b14d42832f866b495 + uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'