You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update checkout and cache to v4; runner to ubuntu-latest.
It seems we were using all sorts of versions of these actions throughout
our GA files. v2 is deprecated and I think has been removed entirely.
Then our fuzz runner is set to ubuntu-20.04 which has also been removed.
So update everything to latest. For Rust software there should never be
any surprise breakage due to OS changes. But there has been "surprise
breakage" many times due to removing old versions.
0 commit comments