-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use older version of actions/checkout
#226
Conversation
Code Coverage Summary
Diff against main
Results for commit: d2e5490 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary3 tests 3 ✅ 6s ⏱️ Results for commit d2e5490. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sure they'll fix the bug in a newer version of the action but this should do for now.
@cicdguy Do you think it makes sense to change the version in all workflows or only the affected ones (which use SD): build-check-install, test-coverage and roxygen? |
All is fine. Pinning to a stable release is better too. |
Changes between
actions/[email protected]
andactions/[email protected]
(probably related to sparse checkout) introduced a regression in workflows which usestaged.dependencies
.The following error occurs in the
Run Staged dependencies
step: