File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
echo "::set-output name=dir::$(pip cache dir)"
66
66
67
67
- name : Cache
68
- uses : actions/cache@v3
68
+ uses : actions/cache@v4
69
69
with :
70
70
path : ${{ steps.pip-cache.outputs.dir }}
71
71
key : pip-test-python-${{ matrix.python-version }}-django-${{ matrix.django-version }}-redis-${{ matrix.redis-version }}-${{ hashFiles('**/setup.*') }}
@@ -129,7 +129,7 @@ jobs:
129
129
echo "::set-output name=dir::$(pip cache dir)"
130
130
131
131
- name : Cache
132
- uses : actions/cache@v3
132
+ uses : actions/cache@v4
133
133
with :
134
134
path : ${{ steps.pip-cache.outputs.dir }}
135
135
key : pip-lint-${{ hashFiles('**/setup.*') }}
@@ -170,7 +170,7 @@ jobs:
170
170
echo "::set-output name=dir::$(pip cache dir)"
171
171
172
172
- name : Cache
173
- uses : actions/cache@v3
173
+ uses : actions/cache@v4
174
174
with :
175
175
path : ${{ steps.pip-cache.outputs.dir }}
176
176
key : pip-check-changelog-${{ hashFiles('**/setup.*') }}
You can’t perform that action at this time.
0 commit comments