Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-cargo
uses: tj-actions/changed-files@v29.0.9
uses: tj-actions/changed-files@v34
with:
files: |
Cargo.toml
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Find changed rust files
id: changed-rust-files
uses: tj-actions/changed-files@v29.0.9
uses: tj-actions/changed-files@v34
with:
files: |
**/*.rs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Find change in readme file
id: readme-change
uses: tj-actions/changed-files@v29.0.9
uses: tj-actions/changed-files@v34
with:
files: |
README.md
Expand Down