Skip to content

Commit 12a463f

Browse files
build(deps): bump tj-actions/changed-files (#1179)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 480f49412651059a414a6a5c96887abb1877de8a to 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57. - [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@480f494...3981e4f) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 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 558dd50 commit 12a463f

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
@@ -33,7 +33,7 @@ jobs:
3333
# Get the list of changed files, excluding Markdown files and deleted files
3434
- name: Get changed files
3535
id: changed-files
36-
uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
36+
uses: tj-actions/changed-files@3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57
3737
with:
3838
files: ${{ matrix.language }}/**
3939
files_ignore: '**/*.md'

0 commit comments

Comments
 (0)