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
After the recent update to actions/checkout@v4.1.3, we have encountered an issue when handling repositories after a sparse checkout using LibGit2Sharp. The workflow that was functioning correctly with v4.1.1 started throwing an exception post-update.
Here's the snippet of the workflow configuration that triggers the issue: