Skip to content

Commit

Permalink
Merge of #5457
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 21, 2022
2 parents 735ee21 + 73efb0d commit 9f23d41
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 @@ -39,7 +39,7 @@ jobs:

- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v32.1.2
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/*.rs
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v32.1.2
uses: tj-actions/changed-files@v33.0.0
with:
files: |
.github/workflows/*.yml
Expand Down

0 comments on commit 9f23d41

Please sign in to comment.