Skip to content

Commit 7955161

Browse files
build(deps): bump tj-actions/changed-files
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from cf79a64fed8a943fb1073260883d08fe0dfb4e56 to 055970845dd036d7345da7399b7e89f2e10f2b04. - [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@cf79a64...0559708) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '055970845dd036d7345da7399b7e89f2e10f2b04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30ef94e commit 7955161

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@cf79a64fed8a943fb1073260883d08fe0dfb4e56
36+
uses: tj-actions/changed-files@055970845dd036d7345da7399b7e89f2e10f2b04
3737
with:
3838
files: ${{ matrix.language }}/**
3939
files_ignore: '**/*.md'

0 commit comments

Comments
 (0)