Skip to content

Commit 03f9eb1

Browse files
committed
Use cache action v4
1 parent a1dbfbf commit 03f9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
echo "::set-output name=dir::$(pip cache dir)"
7272
- name: "Cache pip packages"
73-
uses: "actions/cache@v2"
73+
uses: "actions/cache@v4"
7474
with:
7575
path: "${{ steps.pip-cache.outputs.dir }}"
7676
key: "${{ runner.os }}-pip-${{ hashFiles('**/base.txt','**/test.txt') }}"

0 commit comments

Comments
 (0)