Skip to content

chore(ci): update GitHub Actions versions#189

Open
DCjanus wants to merge 2 commits into
rust-syndication:masterfrom
DCjanus:chore/update-github-actions
Open

chore(ci): update GitHub Actions versions#189
DCjanus wants to merge 2 commits into
rust-syndication:masterfrom
DCjanus:chore/update-github-actions

Conversation

@DCjanus
Copy link
Copy Markdown
Member

@DCjanus DCjanus commented May 17, 2026

Why

  • Recent workflow runs warn that several actions are still running on Node.js 20, which GitHub will force-upgrade to Node.js 24 on June 2, 2026 and remove from runners on September 16, 2026.
  • The README can also expose the crate dependency status next to the existing status badges.

What

  • Update actions/checkout from v3 to v6 across workflows.
  • Update the docs deployment action from JamesIves/github-pages-deploy-action@releases/v3 to v4 and switch to the current input names.
  • Update codecov/codecov-action from v3 to v6.
  • Add the deps.rs dependency status badge to the README.

Validation

  • git diff --check
  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "OK #{f}" }' .github/workflows/*.yml
  • actionlint

DCjanus added 2 commits May 17, 2026 17:44
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.98%. Comparing base (8598600) to head (0eb2cc6).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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/checkout from v3 to v6 across all workflows.
  • Updated docs deployment from JamesIves/github-pages-deploy-action@releases/v3 to @v4, including updated input names and added contents: write permissions.
  • Updated Codecov upload action from codecov/codecov-action@v3 to @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.

@DCjanus DCjanus marked this pull request as ready for review May 17, 2026 11:33
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.

2 participants