From dc84a44e93c2873267f09e2c7ce5e9ba4a5c7c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:53:15 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d to 445b0eb32849cdd5b22a390bf0568af00ed4ca34. - [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/875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d...445b0eb32849cdd5b22a390bf0568af00ed4ca34) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 445b0eb32849cdd5b22a390bf0568af00ed4ca34 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 0442467c6..d6c3e8e7d 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@875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d + uses: tj-actions/changed-files@445b0eb32849cdd5b22a390bf0568af00ed4ca34 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'