Skip to content

Update GitHub Actions to use latest versions#114

Merged
martinlackner merged 2 commits intomasterfrom
claude/update-actions-nodejs-hFyH8
May 6, 2026
Merged

Update GitHub Actions to use latest versions#114
martinlackner merged 2 commits intomasterfrom
claude/update-actions-nodejs-hFyH8

Conversation

@martinlackner
Copy link
Copy Markdown
Owner

Summary

This pull request updates GitHub Actions workflow files to use the latest versions of commonly used actions across all CI/CD pipelines.

Key Changes

  • Updated actions/checkout from v4 to v6 across all workflow files:

    • .github/workflows/build.yml
    • .github/workflows/piptest.yml
    • .github/workflows/piptestfull.yml
    • .github/workflows/unittests.yml
    • .github/workflows/deploy-benchmark-dashboard.yml
  • Updated actions/setup-python from v5 to v6 across all workflow files:

    • .github/workflows/build.yml
    • .github/workflows/piptest.yml
    • .github/workflows/piptestfull.yml
    • .github/workflows/unittests.yml

Details

These updates ensure that all CI/CD pipelines benefit from the latest features, bug fixes, and security improvements provided by the GitHub Actions team. The changes are applied consistently across all workflow files to maintain uniformity in the CI/CD infrastructure.

https://claude.ai/code/session_015Br4Cbh2KgdTKYHjAgKsjV

claude added 2 commits May 6, 2026 11:01
actions/checkout@v4 and actions/setup-python@v5 were running on Node.js 20,
which is deprecated and will be removed from runners on September 16, 2026.
Sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true in all workflow files to use
Node.js 24 now.

https://claude.ai/code/session_015Br4Cbh2KgdTKYHjAgKsjV
Both v6 releases use Node.js 24 natively, resolving the Node.js 20
deprecation warnings. Node.js 20 will be removed from runners on
September 16, 2026.

https://claude.ai/code/session_015Br4Cbh2KgdTKYHjAgKsjV
@martinlackner martinlackner merged commit cad20fe into master May 6, 2026
4 checks passed
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.33%. Comparing base (7d79f07) to head (528309d).
⚠️ Report is 1 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   89.33%   89.33%           
=======================================
  Files          12       12           
  Lines        3563     3563           
  Branches      859      859           
=======================================
  Hits         3183     3183           
  Misses        257      257           
  Partials      123      123           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d79f07...528309d. Read the comment docs.

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

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.

3 participants