Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
fetch-depth: 0 # Needed for paths-filter to compare commits

- name: Check which type files changed
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
id: changes
with:
# Make diffing deterministic and easy to reproduce with act tool
Expand Down
Loading