Skip to content

build(deps): bump actions/checkout from 4 to 7 - #1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Open

build(deps): bump actions/checkout from 4 to 7#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps actions/checkout from 4 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.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

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 @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch from b97e818 to d5f1744 Compare August 6, 2026 23:50
@dependabot dependabot Bot changed the title chore(deps): bump actions/checkout from 4 to 7 build(deps): bump actions/checkout from 4 to 7 Aug 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7 branch 2 times, most recently from 27e6c5c to b1ba4c2 Compare August 9, 2026 22:54
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...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 force-pushed the dependabot/github_actions/actions/checkout-7 branch from b1ba4c2 to 25715c2 Compare August 10, 2026 10:37
zacharywhitley pushed a commit that referenced this pull request Aug 10, 2026
…-tokenizer-bpe to -hf

Item #1 from the BPE audit at docs/design/tokenizers.md §11: "The
crate is stringcheese-tokenizer-bpe, but ~⅔ of its lines are HF
loader, WordPiece, Unigram, Metaspace, normalisers, and post-
processor. Either (a) split into -hf / -wordpiece / -sentencepiece
sibling crates, or (b) rename this crate to -hf and treat the BPE
core as an internal module."

This merge takes route (b) — the pragmatic scope-shrink that fixes
the naming lie without committing to the multi-crate architecture
of (a). Splitting later is a Phase 5/6 decision.

Symmetric 94/94 insertions/deletions across 43 files:
- git-mv crates/stringcheese-tokenizer-bpe → crates/stringcheese-tokenizer-hf
- Cargo.toml renames across 6 manifests (workspace root, hf itself,
  stringcheese, stringcheese-bench, tokenizer-tiktoken,
  tokenizer-tiktoken-conformance) plus fresh crate description
- 4 `use stringcheese_tokenizer_bpe::...` sites rewritten
- Regenerated both workspace and workspace-excluded conformance
  crate lockfiles
- ~70 doc-comment / prose references refreshed across module docs,
  design docs, READMEs, and CI comment blocks

Module structure inside the renamed crate unchanged (pub mod bpe,
wordpiece, hf, normalizer, post_processor stay put). Type names
unchanged (BpeTokenizer, BpeMergeTable, BpeVocabulary continue to
carry the algorithmic prefix — a crate-vs-type asymmetry matching
other crates in the workspace). No re-export shim from the old name;
this is a breaking change owned by v0.x semver.

Local validation green: workspace clippy under `-D warnings`, full
workspace test, `cargo fmt`, and the tiktoken parity harness ran
end-to-end (200/200 on cl100k_base, 200/200 on o200k_base).

Pre-existing wasm-build failure on `lingua v1.8.0` (E0004
non-exhaustive matches) noted by the agent as orthogonal — reproduces
on the pre-rename tree and is a dependency compatibility issue outside
this session's scope.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants