From 83fc09ea02d05595d9181c86b5b329519da4d618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:55:56 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 to 9934ab3fdf63239da75d9e0fbd339c48620c72c4. - [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/27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99...9934ab3fdf63239da75d9e0fbd339c48620c72c4) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 9934ab3fdf63239da75d9e0fbd339c48620c72c4 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 f71cce27dc..9df882583e 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@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 + uses: tj-actions/changed-files@9934ab3fdf63239da75d9e0fbd339c48620c72c4 with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'