diff options
| author | bors <bors@rust-lang.org> | 2024-02-07 17:26:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-07 17:26:44 +0000 |
| commit | ca44e1ee9f993d9e7a4fbb83eea3f28aaf0f0306 (patch) | |
| tree | d92ff11b5599e53a34d85e1ab6641b720f6377f4 | |
| parent | 86283522146521b81003760c58e3324c8ad0a026 (diff) | |
| parent | aa9bc01824a43ebd29c18eb0d18d41634a5876aa (diff) | |
| download | rust-ca44e1ee9f993d9e7a4fbb83eea3f28aaf0f0306.tar.gz rust-ca44e1ee9f993d9e7a4fbb83eea3f28aaf0f0306.zip | |
Auto merge of #16506 - lnicola:bump-paths-filter, r=lnicola
minor: bump `paths-filter` Fixes a Node version warning.
| -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 0140bce13a4..964be478fa3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: proc_macros: ${{ steps.filter.outputs.proc_macros }} steps: - uses: actions/checkout@v3 - - uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78 + - uses: dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242 id: filter with: filters: | |
