Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove actions-rs GH Actions from the CI where possible (v0.12.x) #394

Merged
merged 4 commits into from
Feb 4, 2024

Conversation

tatsuya6502
Copy link
Member

  • Remove actions-rs GitHub Actions from the CI, except Clippy lint:
    • Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain@master.
    • Remove actions-rs/cargo@v1 and use simple run action (e.g. run: cargo test ...).
    • Replace actions-rs/audit-check@v1 with rustsec/audit-check@v1
  • Upgrade model-checking/kani-github-action from v0.28 to v1.0.

@tatsuya6502 tatsuya6502 self-assigned this Feb 4, 2024
@tatsuya6502 tatsuya6502 added this to the v0.12.6 milestone Feb 4, 2024
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit de68c99 into main Feb 4, 2024
40 checks passed
@tatsuya6502 tatsuya6502 deleted the remove-actions-rs/v0.12.x branch February 4, 2024 06: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.

1 participant