Skip to content

Commit 60f4b3e

Browse files
committed
Auto merge of rust-lang#14726 - Veykril:cistuff, r=lnicola
minor: Lock paths-filter action to a specific commit
2 parents 9811a3a + 928a378 commit 60f4b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
typescript: ${{ steps.filter.outputs.typescript }}
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: dorny/paths-filter@v2
29+
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
3030
id: filter
3131
with:
3232
filters: |

0 commit comments

Comments
 (0)