Skip to content

Commit

Permalink
Merge pull request #410 from okp4/dependabot/github_actions/tj-action…
Browse files Browse the repository at this point in the history
…s/changed-files-40.0.2
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
2 parents 0fe2f15 + e04c6e2 commit 42b07e3
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/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.2
with:
files: |
Cargo.toml
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Find changed Cargo makefile
id: changed-cargo-makefile
uses: tj-actions/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.2
with:
files: |
Makefile.toml
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-files
uses: tj-actions/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.2
with:
files: |
**/*.rs
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

- name: Find changed toml files
id: changed-toml-files
uses: tj-actions/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.2
with:
files: |
**/*.toml
Expand Down

0 comments on commit 42b07e3

Please sign in to comment.