chore(deps): bump dorny/paths-filter from 3.0.2 to 4.0.2#234
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
dorny/paths-filterfrom v3.0.2 to v4.0.2 in.github/workflows/ci.yml. Single-line dependency bump.Why
PR #226 (Dependabot's original bump) had fallen badly out of date with main — its diff had 17 files of stale content already integrated differently. A clean rebase would have produced a tangled diff. This is a fresh one-line bump of just the relevant change.
Changes in v4.0.2 since v3.0.x (the current pin)
rev-parseinstead ofbranch --show-currentfor older git compatibility.Files
.github/workflows/ci.yml— single-line bump. The fourdorny/paths-filter@<sha>references in the workflow all share the same version, so one bump covers all gates (detect-changes + every if-gated downstream job).Pinned to
7b450fff21473bca461d4b92ce414b9d0420d706(v4.0.2 commit SHA) per dorny/paths-filter security guidance — avoids floating to untagged commits.Why a branch + PR instead of direct push to main
PR #226's branch was severely stale; rather than rebase a 17-file conflict maze, fresh branch + one-line PR is faster and reviewable.
Verification
npx vitest run(full)python3 -c "import yaml; ..."on all 3 workflowsdprint)Closes #226.