Skip to content

Commit f11ac6c

Browse files
committed
ci: update cache action path
1 parent 2ffd785 commit f11ac6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'pnpm'
2727

2828
- name: Cache monorepo
29-
uses: ../actions/cache-monorepo
29+
uses: ./.github/actions/cache-monorepo
3030

3131
- name: Install dependencies
3232
run: pnpm install

.github/workflows/pr-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Cache monorepo
18-
uses: ../actions/cache-monorepo
18+
uses: ./.github/actions/cache-monorepo
1919

2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)