Skip to content

fix: CI warnings#99

Open
iverc wants to merge 1 commit intodevfrom
iverc/fix-ci
Open

fix: CI warnings#99
iverc wants to merge 1 commit intodevfrom
iverc/fix-ci

Conversation

@iverc
Copy link
Contributor

@iverc iverc commented Mar 22, 2026

Description

This PR fixes deprecation warnings in GH actions.

@iverc iverc requested a review from Lodek March 22, 2026 10:38
@iverc iverc self-assigned this Mar 22, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cf9846f5-ffe9-4eb7-a33f-9f11bc9d849b

📥 Commits

Reviewing files that changed from the base of the PR and between 849ddc0 and 9c0ff7c.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • .github/workflows/test.yml
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: test
🔇 Additional comments (2)
.github/workflows/release.yml (1)

25-25: Consistent upgrade with test.yml.

The checkout action upgrade here mirrors the change in test.yml (line 11). The same compatibility verification requested for that file applies to this workflow as well.

.github/workflows/test.yml (1)

11-11: The upgrade to actions/checkout@v4 is safe and correct.

The fetch-depth: 0 and submodules: true parameters remain fully supported in v4. No breaking changes affect this workflow—major version bumps (v2→v3→v4) were due to Node.js runtime updates (Node 12→16→20), not input or behavior changes. All GitHub-hosted runners support Node 20+ since 2023.


📝 Walkthrough

Walkthrough

The pull request upgrades the GitHub Actions checkout action from v2 to v4 in both the release and test workflows, maintaining all existing configuration parameters and downstream steps.

Changes

Cohort / File(s) Summary
GitHub Actions Checkout Upgrade
.github/workflows/release.yml, .github/workflows/test.yml
Updated actions/checkout from v2 to v4, preserving existing configurations including fetch-depth: 0, submodules: true, and all subsequent workflow steps.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.82%. Comparing base (849ddc0) to head (9c0ff7c).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #99      +/-   ##
==========================================
- Coverage   47.84%   47.82%   -0.02%     
==========================================
  Files         276      276              
  Lines       16195    16195              
==========================================
- Hits         7749     7746       -3     
- Misses       7642     7644       +2     
- Partials      804      805       +1     

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

2 participants