Skip to content
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

Merged
merged 11 commits into from
Apr 23, 2024
Merged

Use older version of actions/checkout #226

merged 11 commits into from
Apr 23, 2024

Conversation

walkowif
Copy link
Contributor

Changes between actions/[email protected] and actions/[email protected] (probably related to sparse checkout) introduced a regression in workflows which use staged.dependencies.

The following error occurs in the Run Staged dependencies step:

Error in git2r::repository(".") : Unable to open repository at 'path'
Calls: <Anonymous> -> <Anonymous>
Execution halted

@walkowif walkowif requested a review from a team as a code owner April 23, 2024 10:43
Copy link
Contributor

github-actions bot commented Apr 23, 2024

badge

Code Coverage Summary

Filename      Stmts    Miss  Cover    Missing
----------  -------  ------  -------  ---------
R/hello.R        20       6  70.00%   55-60
TOTAL            20       6  70.00%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: d2e5490

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Apr 23, 2024

Unit Tests Summary

3 tests   3 ✅  6s ⏱️
3 suites  0 💤
1 files    0 ❌

Results for commit d2e5490.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@cicdguy cicdguy left a 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.

@walkowif
Copy link
Contributor Author

@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?

@cicdguy
Copy link
Contributor

cicdguy commented Apr 23, 2024

All is fine. Pinning to a stable release is better too.

@walkowif walkowif merged commit e41f387 into main Apr 23, 2024
24 of 25 checks passed
@walkowif walkowif deleted the debug-sd branch April 23, 2024 11:00
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants