Skip to content

Commit 5c1e034

Browse files
build(deps): bump tj-actions/changed-files (#1238)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 7d5bbf4e8d5c63a42c94e1c1bff2394247117e96 to 875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@7d5bbf4...875e6e5) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d250e6 commit 5c1e034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Get the list of changed files, excluding Markdown files and deleted files
3737
- name: Get changed files
3838
id: changed-files
39-
uses: tj-actions/changed-files@7d5bbf4e8d5c63a42c94e1c1bff2394247117e96
39+
uses: tj-actions/changed-files@875e6e5df8b8b00995fe6f0afd7ff1531ac1c47d
4040
with:
4141
files: ${{ matrix.language }}/**
4242
files_ignore: '**/*.md'

0 commit comments

Comments
 (0)