Skip to content

Commit 696ede0

Browse files
kvapsclaude
andcommitted
ci: bump dorny/paths-filter to v4.0.1 (node24)
v3.0.2 targets Node.js 20, which GitHub Actions runners now force onto Node.js 24 with a deprecation warning. v4.0.1 is the node24 rebuild (only change v3.0.3->v4.0.0 was the runtime bump; the filter API is unchanged), silencing the warning on the detect-changes job. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
1 parent e9e2ba9 commit 696ede0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
outputs:
4848
code: ${{ steps.filter.outputs.code }}
4949
steps:
50-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
50+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
5151
id: filter
5252
with:
5353
filters: |

0 commit comments

Comments
 (0)