From d423725ad2174a868e009a06094b72c3ecdf7e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:50:19 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 8c14441336bb3d84fd6b7fa83b6d7201c740baf5 to 28cf3adc4b6dbff2746d5216da021a10e53b4f58. - [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/8c14441336bb3d84fd6b7fa83b6d7201c740baf5...28cf3adc4b6dbff2746d5216da021a10e53b4f58) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 28cf3adc4b6dbff2746d5216da021a10e53b4f58 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 74c75b130..109173ee8 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@8c14441336bb3d84fd6b7fa83b6d7201c740baf5 + uses: tj-actions/changed-files@28cf3adc4b6dbff2746d5216da021a10e53b4f58 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'