chore(ci): bump actions/checkout to v6 and dorny/paths-filter to v4#4082
chore(ci): bump actions/checkout to v6 and dorny/paths-filter to v4#4082waleedlatif1 merged 3 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Bumps Reviewed by Cursor Bugbot for commit 2eef467. Configure here. |
Greptile SummaryThis PR bumps Confidence Score: 5/5Safe to merge — mechanical version bumps to confirmed, currently-released action versions with no logic changes. All changes are simple version string updates to verified, published releases (actions/[email protected] and dorny/[email protected]). No logic, configuration, or secrets handling was modified. No P0/P1 findings. No files require special attention.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Bumps actions/checkout from v4 to v6 (four occurrences) and dorny/paths-filter from v3 to v4 (one occurrence); all changes are consistent and correct. |
| .github/workflows/docs-embeddings.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
| .github/workflows/i18n.yml | Bumps actions/checkout from v4 to v6 in both jobs; changes are correct and consistent. |
| .github/workflows/images.yml | Bumps actions/checkout from v4 to v6 in both jobs; changes are correct and consistent. |
| .github/workflows/migrations.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
| .github/workflows/publish-cli.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
| .github/workflows/publish-python-sdk.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
| .github/workflows/publish-ts-sdk.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
| .github/workflows/test-build.yml | Bumps actions/checkout from v4 to v6; straightforward single-occurrence update. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions Workflow Triggered] --> B[actions/checkout v6 - Node 24 runtime]
B --> C{Workflow Type}
C --> D[ci.yml - 4 jobs]
C --> E[images.yml - 2 jobs]
C --> F[i18n.yml - 2 jobs]
C --> G[Single-job workflows]
D --> H[ci.yml change-detection job - dorny/paths-filter v4]
H --> I[Downstream jobs run conditionally]
Reviews (1): Last reviewed commit: "chore(ci): bump actions/checkout to v6 a..." | Re-trigger Greptile
…4082) * chore(ci): bump actions/checkout to v6 and dorny/paths-filter to v4 * fix(ci): mock secureFetchWithPinnedIP in tools tests to prevent timeouts * lint
Summary
actions/checkoutfrom v4 to v6 (Node 24 support)dorny/paths-filterfrom v3 to v4 (Node 24 support)Type of Change
Testing
Tested manually
Checklist