chore(deps): bump ex_doc, benchee, stream_data and three CI actions - #22
Merged
HectorIFC merged 1 commit intoAug 5, 2026
Merged
Conversation
Combine six low-risk Dependabot bumps into one change. Dev/test Elixir deps: ex_doc 0.39.3 -> 0.40.3 (the only mix.exs constraint change, plus its earmark_parser/makeup/makeup_erlang transitives), benchee 1.5.0 -> 1.5.1 (with deep_merge and statistex), stream_data 1.3.0 -> 1.4.0. CI actions: docker/setup-qemu-action v3 -> v4, actions/deploy-pages v4 -> v5, and actions/cache -> v6 (unifying the previously mixed v3/v4 usage across the ci, security, benchmark and pages workflows). mix deps.get verifies the lock hashes, mix docs builds under ex_doc 0.40, and the full suite passes.
Contributor
✅ PR Validation Summary
Next Steps
This comment was automatically generated by the PR validation workflow |
📝 WalkthroughWalkthroughThe pull request upgrades GitHub Actions used by benchmark, CI, Docker, Pages, release, and security workflows. It also updates the development-only ChangesMaintenance updates
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
Contributor
✅ PR Validation Summary
Next Steps
This comment was automatically generated by the PR validation workflow |
HectorIFC
deleted the
chore/bump-ex_doc-benchee-stream_data-and-three-CI-actions
branch
August 5, 2026 19:30
This was referenced Aug 10, 2026
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.
Combine six low-risk Dependabot bumps into one change. Dev/test Elixir deps: ex_doc 0.39.3 -> 0.40.3 (the only mix.exs constraint change, plus its earmark_parser/makeup/makeup_erlang transitives), benchee 1.5.0 -> 1.5.1 (with deep_merge and statistex), stream_data 1.3.0 -> 1.4.0. CI actions: docker/setup-qemu-action v3 -> v4, actions/deploy-pages v4 -> v5, and actions/cache -> v6 (unifying the previously mixed v3/v4 usage across the ci, security, benchmark and pages workflows).
mix deps.get verifies the lock hashes, mix docs builds under ex_doc 0.40, and the full suite passes.
📝 Description
🔖 Type of Change
✅ Checklist
🧪 How to Test
📸 Screenshots (if applicable)
🔗 Related Issues
Note about versioning:
patch,minorormajoron the PR[major],[minor]in the titlepatch(0.0.1)Summary by CodeRabbit