forked from novifinancial/tss-ecdsa
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update github actions to use non-deprecated actions #344
Comments
Duplicated over to https://app.zenhub.com/workspaces/bolt-team-60886be9e01f13000e361d92/issues/gh/boltlabs-inc/maestro/330 for working; hopefully you will copy the fix. |
Copy-able fix in https://github.com/boltlabs-inc/maestro/pull/366 |
Noting: this should be done by someone internal to Bolt who has access to that repo, and not by a contractor. |
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 21, 2023
marsella
added a commit
that referenced
this issue
Jun 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
actions-rs/toolchain
action we use to install Rust in our CI is not maintained and uses features that are being deprecated "very soon" by Github Actions. We should try to remove this dependency so we don't get caught off-guard if it stops working.There's quite a bit of discussion online about alternative options. They include
I'm not sure which of these has better caching behavior, but they both seem reasonable to me.
Similarly,
actions-rs/cargo
is not maintained but it seems like we shouldn't need to use a whole action for that.Closing criteria
The text was updated successfully, but these errors were encountered: