chore(ci): update GitHub Actions versions#189
Open
DCjanus wants to merge 2 commits into
Open
Conversation
Assisted-by: Codex:gpt-5.5
Assisted-by: Codex:gpt-5.5
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #189 +/- ##
=======================================
Coverage 80.98% 80.98%
=======================================
Files 23 23
Lines 1530 1530
=======================================
Hits 1239 1239
Misses 291 291 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR modernizes the repository’s GitHub Actions workflows to newer major versions (addressing upcoming runner/runtime deprecations) and improves project visibility by adding a dependency-status badge to the README.
Changes:
- Bumped
actions/checkoutfromv3tov6across all workflows. - Updated docs deployment from
JamesIves/github-pages-deploy-action@releases/v3to@v4, including updated input names and addedcontents: writepermissions. - Updated Codecov upload action from
codecov/codecov-action@v3to@v6, and added a deps.rs badge to the README.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds deps.rs dependency status badge alongside existing project badges. |
| .github/workflows/docs.yml | Updates checkout + docs deploy action to newer versions; aligns inputs and sets required permissions for branch deployment. |
| .github/workflows/coverage.yml | Updates checkout and Codecov actions to newer major versions. |
| .github/workflows/clippy.yml | Updates checkout action to v6 for clippy/fmt jobs. |
| .github/workflows/build.yml | Updates checkout action to v6 for the build/test matrix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Why
What
actions/checkoutfrom v3 to v6 across workflows.JamesIves/github-pages-deploy-action@releases/v3to v4 and switch to the current input names.codecov/codecov-actionfrom v3 to v6.Validation
git diff --checkruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "OK #{f}" }' .github/workflows/*.ymlactionlint