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: Update GitHub actions to modern versions #5844

Merged
merged 9 commits into from
Nov 15, 2023

Conversation

joncinque
Copy link
Contributor

@joncinque joncinque commented Nov 15, 2023

Problem

Our GitHub Actions runs produce loads of warnings because we're using old versions of actions or deprecated actions.

Solution

Update them all! Everything was done in separate commits, but here's the list:

  • actions/checkout -> v4
  • actions/cache -> v3
  • actions/upload-artifact -> v3
  • actions/download-artifact -> v3
  • actions/setup-node -> v4
  • actions-rs/toolchain -> dtolnay/rust-toolchain which seems to be the next version used by everyone, maintained by a Rust OG
  • actions-rs/cargo -> just call cargo
  • actions-rs/install -> just call cargo install

Copy link
Contributor

@buffalojoec buffalojoec left a comment

Choose a reason for hiding this comment

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

shiny

@joncinque joncinque merged commit 82713ca into solana-labs:master Nov 15, 2023
42 checks passed
@joncinque joncinque deleted the ghup branch November 15, 2023 13:18
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