From fdd0810efcf9590eeb28f2d9dd280d537a3cbe12 Mon Sep 17 00:00:00 2001 From: Elliot Date: Sun, 19 Jul 2026 21:57:46 -0500 Subject: [PATCH] chore(deps): bump dorny/paths-filter from 3.0.2 to 4.0.2 (#226) PR #226 (Dependabot) had drifted 17 files out of date with main after the recent keyboard / Compare / min-release-age sweep. Clean rebase would have produced a tangled diff. Fresh one-line bump instead. v4.0.2 changelog highlights: - v4.0.0: action runtime -> Node 24 (was Node 20); fixes the 'Node 20 is being deprecated' warning we saw in earlier GH Actions logs. - v4.0.1: merge_queue support. - v4.0.2: work around git 'dubious ownership' errors in containers; use rev-parse instead of 'branch --show-current' for older git. Pinned to the v4.0.2 commit SHA per dorny/paths-filter security guidance (avoids floating to untagged commits). Closes #226. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aaf3d7..7f23dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.2 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: base: ${{ github.base_ref }}