Skip to content

Update GitHub Actions workflows to latest versions#23

Merged
nieprzecietny merged 1 commit intomasterfrom
feature/net10-support-and-package-updates
Feb 1, 2026
Merged

Update GitHub Actions workflows to latest versions#23
nieprzecietny merged 1 commit intomasterfrom
feature/net10-support-and-package-updates

Conversation

@nieprzecietny
Copy link
Member

Fixes deprecation warnings and updates to latest action versions:

  • actions/cache: v2 → v4 (fixes deprecation warning)
  • actions/checkout: v1/v2/v3 → v4
  • actions/setup-dotnet: v1 → v4
  • actions/setup-python: v4 → v5
  • codecov/codecov-action: v3 → v5
  • .NET SDK: 9.0.x → 10.0.x in remaining workflows

This resolves the "actions/cache v2 is deprecated" error and ensures all workflows use the latest, most secure action versions with improved performance.

Fixes deprecation warnings and updates to latest action versions:
- actions/cache: v2 → v4 (fixes deprecation warning)
- actions/checkout: v1/v2/v3 → v4
- actions/setup-dotnet: v1 → v4
- actions/setup-python: v4 → v5
- codecov/codecov-action: v3 → v5
- .NET SDK: 9.0.x → 10.0.x in remaining workflows

This resolves the "actions/cache v2 is deprecated" error and ensures all workflows use the latest, most secure action versions with improved performance.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@nieprzecietny nieprzecietny merged commit 449e972 into master Feb 1, 2026
1 check passed
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.96%. Comparing base (a4b9f21) to head (37ea090).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   34.96%   34.96%           
=======================================
  Files          89       89           
  Lines        1470     1470           
  Branches      119      119           
=======================================
  Hits          514      514           
  Misses        947      947           
  Partials        9        9           

☔ 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.

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.

1 participant