Skip to content

Commit cc0ed9c

Browse files
committed
Update actions/cache
1 parent bfc16a0 commit cc0ed9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- name: Setup Cache
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
~/Library/Caches/Homebrew
22-
~/.cache/pip
22+
~/Library/Caches/pip
2323
~/.npm
24-
key: cache-202012
24+
key: cache-202411
2525

2626
- name: Remove 2to3
2727
run: rm -rf /usr/local/bin/2to3

0 commit comments

Comments
 (0)