We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dbfbf commit 03f9eb1Copy full SHA for 03f9eb1
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
echo "::set-output name=dir::$(pip cache dir)"
72
- name: "Cache pip packages"
73
- uses: "actions/cache@v2"
+ uses: "actions/cache@v4"
74
with:
75
path: "${{ steps.pip-cache.outputs.dir }}"
76
key: "${{ runner.os }}-pip-${{ hashFiles('**/base.txt','**/test.txt') }}"
0 commit comments