Skip to content

Commit 16030d1

Browse files
authored
chore: Update cleanup-workspace to delete old .conan2 dir on macOS (#2964)
1 parent 1220d63 commit 16030d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Cleanup workspace
9090
if: ${{ runner.os == 'macOS' }}
91-
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
91+
uses: XRPLF/actions/cleanup-workspace@c7d9ce5ebb03c752a354889ecd870cadfc2b1cd4
9292

9393
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494
with:

.github/workflows/reusable-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- name: Cleanup workspace
5050
if: ${{ runner.os == 'macOS' }}
51-
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
51+
uses: XRPLF/actions/cleanup-workspace@c7d9ce5ebb03c752a354889ecd870cadfc2b1cd4
5252

5353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Cleanup workspace
104104
if: ${{ runner.os == 'macOS' }}
105-
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
105+
uses: XRPLF/actions/cleanup-workspace@c7d9ce5ebb03c752a354889ecd870cadfc2b1cd4
106106

107107
- name: Delete and start colima (macOS)
108108
# This is a temporary workaround for colima issues on macOS runners

0 commit comments

Comments
 (0)