Skip to content

chore(actions)(deps): bump docker/setup-buildx-action from 3.12.0 to 4.2.0 - #28

Merged
bbasketballer75 merged 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4.2.0
Aug 3, 2026
Merged

chore(actions)(deps): bump docker/setup-buildx-action from 3.12.0 to 4.2.0#28
bbasketballer75 merged 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps docker/setup-buildx-action from 3.12.0 to 4.2.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.2.0

Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0

v4.1.0

Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

Commits
  • bb05f3f Merge pull request #580 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 321c814 [dependabot skip] chore: update generated content
  • b9a36ef build(deps): bump @​docker/actions-toolkit from 0.91.0 to 0.92.0
  • ebeab24 Merge pull request #570 from docker/dependabot/npm_and_yarn/undici-6.27.0
  • 5c7b8ae [dependabot skip] chore: update generated content
  • 037e618 build(deps): bump undici from 6.25.0 to 6.27.0
  • 66080e5 Merge pull request #577 from docker/dependabot/npm_and_yarn/sigstore-4.1.1
  • 409aef0 Merge pull request #562 from docker/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 49c6e42 build(deps): bump sigstore from 4.1.0 to 4.1.1
  • 2211273 [dependabot skip] chore: update generated content
  • Additional commits viewable in compare view

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 [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@8d2750c...bb05f3f)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@bbasketballer75 bbasketballer75 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 hermes automated review

  • 1 files changed, 6 additions, 6 deletions
  • ⚠️ tests not run (no test command detected)

No heuristic issues detected.


Review generated by hermes pr-reviewer. Trust but verify.

@bbasketballer75 bbasketballer75 added the ci-reviewed CI-sensitive changes reviewed label Aug 3, 2026
@bbasketballer75
bbasketballer75 merged commit b943e9d into main Aug 3, 2026
101 of 103 checks passed
@bbasketballer75
bbasketballer75 deleted the dependabot/github_actions/docker/setup-buildx-action-4.2.0 branch August 3, 2026 19:01
bbasketballer75 added a commit that referenced this pull request Aug 4, 2026
Backport of the fix proposed upstream in NousResearch#78107,
applied here so this fork's CI stops failing slice 8/8 on every PR while that
one is in review.

`stream_consumer.py:1718` computes preview age as
`time.monotonic() - self._message_created_ts`. monotonic()'s epoch is
arbitrary (on Linux, boot), so setting `_message_created_ts = 0.0` does not
mean "long ago" — it means "monotonic() seconds ago". On a freshly-booted
runner that is a handful of seconds, so the age falls under the 60s threshold,
fresh-final never fires, and `adapter.send.call_count` is 1 instead of 2.

That is why it is intermittent: it passed on #26/#27/#28/#29 and failed on
#25 and #30, purely as a function of runner uptime.

Fixed by anchoring to the same clock the production code reads. No assertion
weakened, no production code changed.

Verified: 10/10 in the file; and with time.monotonic patched to 12.0 to
simulate a host booted 12 seconds ago, the test passes where the old form
fails at line 79 — the exact CI failure.

Touches only tests/, so it does not trip the ci-reviewed workflow gate.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-reviewed CI-sensitive changes reviewed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant