build(deps): bump tj-actions/changed-files from 37.6.0 to 38.0.0 (#7374)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.6.0 to 38.0.0. - [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/v37.6.0...v38.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
94d9155adb
commit
f4b37bac14
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Rust files
|
- name: Rust files
|
||||||
id: changed-files-rust
|
id: changed-files-rust
|
||||||
uses: tj-actions/changed-files@v37.6.0
|
uses: tj-actions/changed-files@v38.0.0
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/*.rs
|
**/*.rs
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Workflow files
|
- name: Workflow files
|
||||||
id: changed-files-workflows
|
id: changed-files-workflows
|
||||||
uses: tj-actions/changed-files@v37.6.0
|
uses: tj-actions/changed-files@v38.0.0
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
.github/workflows/*.yml
|
.github/workflows/*.yml
|
||||||
|
|
Loading…
Reference in New Issue