Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/check-each.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: apt update && apt install -y jq
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- run: cargo fetch
- uses: tj-actions/changed-files@081ee9cc54a7ded6c421c632f23a31dbbe34a5f3
- uses: tj-actions/changed-files@e35d0afdc1f0b01f84ec0f4cdf1b179325634b36
id: changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- run: apt update && apt install -y jo
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: tj-actions/changed-files@081ee9cc54a7ded6c421c632f23a31dbbe34a5f3
- uses: tj-actions/changed-files@e35d0afdc1f0b01f84ec0f4cdf1b179325634b36
id: changed-files
- name: list changed crates
id: list-changed
Expand Down