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
Use ubuntu-22.04 instead of ubuntu-latest in GitHub Actions workflows. (#2155)
With CI it is good practice to pin your dependencies to a specific version, as not doing could result in builds suddenly breaking when a
"latest" version is upgraded.
0 commit comments