Skip to content

Commit ab67c47

Browse files
committed
CI: Fix only restore cache
1 parent c62735b commit ab67c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Restore cache
7878
if: github.event_name == 'pull_request'
79-
uses: actions/cache@v4
79+
uses: actions/cache/restore@v4
8080
with:
8181
path: |
8282
~/cache

0 commit comments

Comments
 (0)