build(deps): bump tj-actions/changed-files in the devops group (#8874)
Bumps the devops group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 45.0.1 to 45.0.2 - [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/v45.0.1...v45.0.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: devops ... 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
3f94303bb2
commit
60d09a4e62
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- name: Rust files
|
||||
id: changed-files-rust
|
||||
uses: tj-actions/changed-files@v45.0.1
|
||||
uses: tj-actions/changed-files@v45.0.2
|
||||
with:
|
||||
files: |
|
||||
**/*.rs
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Workflow files
|
||||
id: changed-files-workflows
|
||||
uses: tj-actions/changed-files@v45.0.1
|
||||
uses: tj-actions/changed-files@v45.0.2
|
||||
with:
|
||||
files: |
|
||||
.github/workflows/*.yml
|
||||
|
|
Loading…
Reference in New Issue