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
We’re experiencing performance issues on our GitHub Actions workflows. Specifically, jobs that use reusable actions such as actions/checkout@v4 are significantly slower than usual.
The slowdown seems to correlate with steps that depend on reusable actions.
Other jobs not using these actions are performing normally.