Update `actions-rs/toolchain` action in workflows
- Langage dominant
- TypeScript
- Étoiles
- 1
- Forks
- 21
- Merge moyen
- 12 h 14 min
- PR mergées (30 j)
- 41
Description
The actions-rs/toolchain@v1 action is deprecated and unmaintained. Consider using dtolnay/rust-toolchain@stable or actions/setup-rust instead.
```suggestion
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: wasm32-unknown-unknown
components: rust-src
```
_Originally posted by @Copilot in https://github.com/0xMiden/miden-client/pull/1403#discussion_r2440084265_
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look for GitHub Actions workflow files (likely in .github/workflows/) that use 'actions-rs/toolchain@v1'. Replace the usage with the suggested dtolnay/rust-toolchain@stable configuration, ensuring the toolchain, targets, and components are set correctly. Verify the change by checking if the workflows still run successfully for Rust and WASM builds.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- github-actions, rust
- Domaine
- ci-cd
- Type d'issue
- Refactorisation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 65/100