Skip to content

Commit

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

---
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 Jun 26, 2023
1 parent eebf430 commit 54304ca
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@v35
uses: tj-actions/changed-files@v37
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@v35
uses: tj-actions/changed-files@v37
with:
files: |
**/*.rs
Expand Down

0 comments on commit 54304ca

Please sign in to comment.