From ed325eaa4189c213ba2e6314f93118061eccdd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:27:42 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from f963b3f3562b00b6d2dd25efc390eb04e51ef6c6 to 2036da178f85576f1940fedb74bb93a36cd89ab7. - [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/f963b3f3562b00b6d2dd25efc390eb04e51ef6c6...2036da178f85576f1940fedb74bb93a36cd89ab7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 2036da178f85576f1940fedb74bb93a36cd89ab7 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 785f73d1e..178e4196a 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@f963b3f3562b00b6d2dd25efc390eb04e51ef6c6 + uses: tj-actions/changed-files@2036da178f85576f1940fedb74bb93a36cd89ab7 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'