Skip to content

Commit 7cfb864

Browse files
vinidlidooclaude
andcommitted
ci: bump dorny/paths-filter to v4 for the node24 runtime
v4.0.0 is exactly the node24 update (dorny/paths-filter#294), so the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 workaround and its deprecation warning both go away. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b8a7a23 commit 7cfb864

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
# freshness gate this very cycle).
4242
changes:
4343
runs-on: ubuntu-latest
44-
# paths-filter@v3 still ships on Node 20 (deprecated June 2026); opt it into
45-
# Node 24 now so it doesn't break when the runner drops Node 20.
46-
env:
47-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
4844
outputs:
4945
viewer: ${{ steps.filter.outputs.viewer }}
5046
agent: ${{ steps.filter.outputs.agent }}
@@ -57,7 +53,7 @@ jobs:
5753
# the GitHub API and works without checkout — which is why this job passed
5854
# on the PR but failed exit-128 on push-to-main without this step).
5955
- uses: actions/checkout@v5
60-
- uses: dorny/paths-filter@v3
56+
- uses: dorny/paths-filter@v4
6157
id: filter
6258
with:
6359
filters: |

0 commit comments

Comments
 (0)