Skip to content

Commit f007a04

Browse files
Merge pull request #602 from axone-protocol/dependabot/github_actions/tj-actions/changed-files-44.5.6
2 parents 4bf3c7d + af1ac8d commit f007a04

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/changed-files@v44.5.5
58+
uses: tj-actions/changed-files@v44.5.6
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/changed-files@v44.5.5
89+
uses: tj-actions/changed-files@v44.5.6
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/changed-files@v44.5.5
123+
uses: tj-actions/changed-files@v44.5.6
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/changed-files@v44.5.5
206+
uses: tj-actions/changed-files@v44.5.6
207207
with:
208208
files: |
209209
**/*.toml

0 commit comments

Comments
 (0)