Skip to content

Commit 3da8906

Browse files
Merge pull request #640 from axone-protocol/dependabot/github_actions/tj-actions/changed-files-45.0.3
2 parents c24b2dd + 7d57040 commit 3da8906

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)