Skip to content

Commit aaf15ad

Browse files
committed
update actions/cache version
1 parent 57ab321 commit aaf15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Cache pip
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
# This path is specific to Ubuntu
3232
path: ~/.cache/pip

0 commit comments

Comments
 (0)