chore: Update cleanup-workspace to delete old .conan2 dir on macOS - #6412
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflows to use a newer pinned revision of XRPLF/actions/cleanup-workspace, aligning CI cleanup behavior with the updated action (notably for macOS workspace cleanup).
Changes:
- Bump
XRPLF/actions/cleanup-workspacepin fromcf0433a…toc7d9ce5…in the Conan dependency upload workflow. - Bump
XRPLF/actions/cleanup-workspacepin fromcf0433a…toc7d9ce5…in the reusable build/test workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/upload-conan-deps.yml | Updates the cleanup-workspace action pin used before checkout on macOS/Windows runners. |
| .github/workflows/reusable-build-test-config.yml | Updates the cleanup-workspace action pin in the reusable build/test steps for macOS/Windows runners. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6412 +/- ##
=======================================
Coverage 79.8% 79.8%
=======================================
Files 848 848
Lines 67763 67763
Branches 7556 7554 -2
=======================================
+ Hits 54069 54077 +8
+ Misses 13694 13686 -8 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
High Level Overview of Change
Uses updated cleanup-workspace due to XRPLF/actions#70
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)