Skip to content

Commit 1bd9e1d

Browse files
committed
fixed cache@v2 to v4
1 parent cb09cf0 commit 1bd9e1d

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
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
- name: Pip cache
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.cache/pip
5757
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-tests-${{ hashFiles('setup.py','requirements-dev.txt','constraints.txt') }}

0 commit comments

Comments
 (0)