From 45386e9895d135e9bf5fc2b93c6ad3bed83273c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:51:51 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 45.0.1 to 45.0.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.1 to 45.0.3. - [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/e9772d140489982e0e3704fea5ee93d536f1e275...c3a1bb2c992d77180ae65be6ae6c166cf40f857c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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 ac54ef356a..0b64e3fdab 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 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c with: files: ${{ matrix.language }}/** files_ignore: '**/*.md'