Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 42 to 44
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 44.
- [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@v42...v44)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent de8ab13 commit 831fd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-cargo
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
files: |
Cargo.toml
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-files
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v44
with:
files: |
**/*.rs
Expand Down

0 comments on commit 831fd85

Please sign in to comment.