diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-05-03 13:36:04 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-05-03 13:36:04 +0200 |
| commit | 928a378c6d5bf7bdf0ce861d6efd4955e950aa0b (patch) | |
| tree | 15b5006d7b746c65cd686f21cf7f85fac9cc0ef0 | |
| parent | 4ecd7e6c0d25ed9a83bf94e49c63d0b6919c22f0 (diff) | |
| download | rust-928a378c6d5bf7bdf0ce861d6efd4955e950aa0b.tar.gz rust-928a378c6d5bf7bdf0ce861d6efd4955e950aa0b.zip | |
Lock paths-filter action to a specific commit
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1b1ae00357..4124bfcbc62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: typescript: ${{ steps.filter.outputs.typescript }} steps: - uses: actions/checkout@v3 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78 id: filter with: filters: | |
