Skip to content

Conversation

@mario-reown
Copy link
Contributor

Summary

  • Replace deprecated WalletConnect/actions-rs actions with dtolnay/rust-toolchain and direct cargo commands
  • Updates both .github/workflows/ci-check-app.yml and examples/sub-validate.yml
  • Simplifies workflow configuration and reduces dependency on unmaintained actions

Changes

Old New
WalletConnect/actions-rs/toolchain@2.0.0 dtolnay/rust-toolchain@master
WalletConnect/actions-rs/cargo@2.0.0 Direct cargo commands
WalletConnect/actions-rs/udeps@2.0.0 cargo install cargo-udeps + cargo udeps

Test plan

  • Verify CI workflows run successfully with the new actions
  • Confirm Rust toolchain is properly installed and configured
  • Validate cargo commands execute correctly

🤖 Generated with Claude Code

Migrate CI workflows from deprecated WalletConnect/actions-rs actions to
the maintained dtolnay/rust-toolchain and direct cargo commands.

- Replace actions-rs/toolchain with dtolnay/rust-toolchain@master
- Replace actions-rs/cargo with direct cargo run commands
- Replace actions-rs/udeps with cargo install + cargo udeps

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mario-reown mario-reown requested a review from chris13524 January 9, 2026 15:15
@xDarksome xDarksome self-requested a review January 9, 2026 15:21
@mario-reown mario-reown merged commit 1673244 into main Jan 9, 2026
2 checks passed
@mario-reown mario-reown deleted the chore/replace-actions-rs branch January 9, 2026 15: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.

3 participants