Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 0fd85da commit cf43029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Find changed rust Cargo files
id: changed-rust-cargo
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
**/Cargo.toml
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Find changed Cargo makefile
id: changed-cargo-makefile
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
Makefile.toml
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
**/*.rs
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

- name: Find changed toml files
id: changed-toml-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
**/*.toml
Expand Down

0 comments on commit cf43029

Please sign in to comment.