Skip to content

chore(deps): bump actions/checkout from 5 to 7 - #308

Merged
BigSimmo merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Jul 6, 2026
Merged

chore(deps): bump actions/checkout from 5 to 7#308
BigSimmo merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 5 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 6, 2026
@BigSimmo
BigSimmo merged commit 53f070d into main Jul 6, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch July 6, 2026 07:43
BigSimmo pushed a commit that referenced this pull request Aug 12, 2026
Measured, not assumed. Two independent runs of the offline harness this row
specifies, on Chromium 141 — the same browser that produced the row's original
figures, so before/after is like-for-like. Mobile CLS (run1/run2 vs recorded):

  /dsm               0.035 / 0.035   was 0.363
  /documents/search  0.000 / 0.000   was 0.220
  /                  0.013 / 0.013   was 0.023
  /forms             0.081 / 0.081   was 0.310 local
  /therapy-compass   0.000 / 0.000   was 0.240 local

The 128px reserve round trip is gone. The cause was fixed by PR #1616, not by
this session: use-phone-overlay-chrome-reserve.ts keeps the CSS seed until an
observer candidate holds across an 80ms quiet window and publishes only via
ResizeObserver — both remedies the row proposed — and its comment at :61 cites
the row by number.

Two controls make this a pass rather than the false clean the row warns about:
values are not uniformly 0.000, so the observer is live; and the /dsm variance
the row recorded (0.363 vs 0.219) has itself vanished, which is what you expect
once the transient write causing it stopped.

Also recorded: #118 updated — the Lighthouse browser drift is 141-vs-151, wider
than the 150-vs-151 the row states, so the budget cannot grade from this
container at all. New row #308 for desktop /documents/search CLS 0.119, stable
against a 0.119 baseline, above threshold, and outside #147's mobile scope —
which also makes the row's "desktop passes everywhere 0.016-0.097" stale.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017paT42ZVMf8jaLtkjFxdy5
BigSimmo added a commit that referenced this pull request Aug 19, 2026
…ds bundle

- #QSHHGK: add bundle-budget drift warning threshold and commit-distance indicators in scripts/check-bundle-budget.mjs
- #TF6TPJ: add anti-churn in-flight CI cancellation guard in scripts/sync-open-pr-branches.mjs and sync-pr-branches.mjs
- #DREDWA: expand ledger writer and guard self-tests to cover 26-char Crockford ULID display IDs in scripts/check-outstanding-issues.mjs and outstanding-issues.mjs
- #RZQQBT: add structured ISO UTC diagnostic execution logging to .claude/hooks/precompact-issues-capture.sh
- #164Z0H: add hook permissions (100755) and line-ending (CR=0) contract tests in tests/session-start-hook.test.ts
- #D6G8TC: migrate Therapy Compass headings to shared PageHeader
- #ZF006G: consolidate SectionHeading components in src/components/ui/section-heading.tsx
- #V0EDR4: align Favourites hero presentation between standalone and dashboard variants in favourites-hub.tsx
- #339: gracefully handle empty/unauthenticated local state fallback in favourites-command-library-page.tsx
- #YJ3R7Y: add SSR height reservation attributes to bespoke composer containers in favourites, tools, and dashboard slots
- #308: reserve desktop composer slot height at adoption boundary to eliminate 0.118 CLS jump in master-search-header.tsx
- #XPY409: document phone sticky-header mount and settle timing assertion recipes in docs/testing.md and docs/search-chrome-behaviour.md
BigSimmo added a commit that referenced this pull request Aug 19, 2026
… copy consistency bundle (#2186)

* feat(hardening): implement safe tooling, ui layout, and workflow guards bundle

- #QSHHGK: add bundle-budget drift warning threshold and commit-distance indicators in scripts/check-bundle-budget.mjs
- #TF6TPJ: add anti-churn in-flight CI cancellation guard in scripts/sync-open-pr-branches.mjs and sync-pr-branches.mjs
- #DREDWA: expand ledger writer and guard self-tests to cover 26-char Crockford ULID display IDs in scripts/check-outstanding-issues.mjs and outstanding-issues.mjs
- #RZQQBT: add structured ISO UTC diagnostic execution logging to .claude/hooks/precompact-issues-capture.sh
- #164Z0H: add hook permissions (100755) and line-ending (CR=0) contract tests in tests/session-start-hook.test.ts
- #D6G8TC: migrate Therapy Compass headings to shared PageHeader
- #ZF006G: consolidate SectionHeading components in src/components/ui/section-heading.tsx
- #V0EDR4: align Favourites hero presentation between standalone and dashboard variants in favourites-hub.tsx
- #339: gracefully handle empty/unauthenticated local state fallback in favourites-command-library-page.tsx
- #YJ3R7Y: add SSR height reservation attributes to bespoke composer containers in favourites, tools, and dashboard slots
- #308: reserve desktop composer slot height at adoption boundary to eliminate 0.118 CLS jump in master-search-header.tsx
- #XPY409: document phone sticky-header mount and settle timing assertion recipes in docs/testing.md and docs/search-chrome-behaviour.md

* style: format changed files with Prettier and clean up unused imports

* feat(hardening): safe workflow guards, worktree pruning, and motion contracts bundle

* fix(tooling): cross-platform drive regex and test cleanup bounded retries in clean-worktree

* feat(hardening): 12-task route skeletons, mobile privacy warning, and copy consistency bundle

* test(ui-copy): permit optional suggestions in shared home presentation assertions

* docs(issues): restore base outstanding-issues ledger to maintain write discipline

* docs(inbox): synchronize inbox state with base main

* fix(lint): clean up unused variables, explicit types, and const declarations
cursor Bot pushed a commit that referenced this pull request Aug 24, 2026
The replacement done requests conflicted with still-pending dones for the same rows. Queue explicit cancellations so reconcile can apply this branch's closures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant