-
Notifications
You must be signed in to change notification settings - Fork 30
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 latest versions #115
Conversation
cc4ac5f
to
b07bbbf
Compare
I was hoping this would fix the slew of deprecation warnings that show up in each of our CI runs, but it turns out most of those are due to unmaintained actions from the now-archived @actions-rs organisation. So we need to see about replacing those too. |
I had a look into this as well and couldn't find a solid set of replacement actions. However, it looks like rustup is included in all the runners nowadays, so I'm leaning towards just running that directly. |
Yeah, I think I'm not sure what to do about |
I was thinking just run |
a2990d4
to
1eab617
Compare
4184960
to
79d108b
Compare
All done. No more warnings! |
actions/checkout
from v2/3 to v4actions/upload-artifact
from v2 to v4stable
Rust build.actions-rs
actions with direct use ofrustup
andcargo
.GabrielBB/xvfb-action
with direct use ofxvfb-run
.pkg-config
on macOS; the runner has it.