Skip to content

Commit 7d57040

Browse files
build(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [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.2...v45.0.3) --- 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]>
1 parent c24b2dd commit 7d57040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Find changed rust Cargo files
5757
id: changed-rust-cargo
58-
uses: tj-actions/[email protected].2
58+
uses: tj-actions/[email protected].3
5959
with:
6060
files: |
6161
**/Cargo.toml
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Find changed Cargo makefile
8888
id: changed-cargo-makefile
89-
uses: tj-actions/[email protected].2
89+
uses: tj-actions/[email protected].3
9090
with:
9191
files: |
9292
Makefile.toml
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Find changed rust files
122122
id: changed-rust-files
123-
uses: tj-actions/[email protected].2
123+
uses: tj-actions/[email protected].3
124124
with:
125125
files: |
126126
**/*.rs
@@ -203,7 +203,7 @@ jobs:
203203

204204
- name: Find changed toml files
205205
id: changed-toml-files
206-
uses: tj-actions/[email protected].2
206+
uses: tj-actions/[email protected].3
207207
with:
208208
files: |
209209
**/*.toml

0 commit comments

Comments
 (0)