Skip to content

Commit 6fdaa3d

Browse files
committed
Upgrade cache action
1 parent 8cdc618 commit 6fdaa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: pip-cache
3232
run: echo "::set-output name=dir::$(pip cache dir)"
3333
- name: cache pip
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ${{ steps.pip-cache.outputs.dir }}
3737
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)