Skip to content

Commit 5fa6581

Browse files
committed
Fix CI
1 parent aefb87b commit 5fa6581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "::set-output name=dir::$(pip cache dir)"
2121

2222
- name: pip cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.pip-cache.outputs.dir }}
2626
key: ${{ runner.os }}-pip-${{ hashFiles('.gitub/workflows/lint.yml') }}
@@ -69,7 +69,7 @@ jobs:
6969
run: echo "::set-output name=dir::$(pip cache dir)"
7070

7171
- name: pip cache
72-
uses: actions/cache@v2
72+
uses: actions/cache@v4
7373
with:
7474
path: ${{ steps.pip-cache.outputs.dir }}
7575
key: ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}

0 commit comments

Comments
 (0)